alignment between submitDialogForm functions implementation

This commit is contained in:
Ezequiel Bergamaschi 2015-04-24 23:51:54 -03:00
parent 0199dee9ef
commit 7edf167bfe
4 changed files with 4 additions and 5 deletions

View File

@ -68,6 +68,5 @@
} }
}); });
var submitDialogForm = function () { function submitDialogForm() {}
}
</script> </script>

View File

@ -122,7 +122,7 @@
}); });
// Hook for interaction with the main parent window ... // Hook for interaction with the main parent window ...
var submitDialogForm = function () { function submitDialogForm() {
$('#dialogMainForm').submit(); $('#dialogMainForm').submit();
} }

View File

@ -130,7 +130,7 @@ solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"&gt; &lt;/iframe&
}); });
// Hook for interaction with the main parent window ... // Hook for interaction with the main parent window ...
var submitDialogForm = function () { function submitDialogForm() {
$('#dialogMainForm').submit(); $('#dialogMainForm').submit();
} }
</script> </script>

View File

@ -296,7 +296,7 @@ function buildCollabModel() {
} }
// Hook for interaction with the main parent window ... // Hook for interaction with the main parent window ...
var submitDialogForm = function () { function submitDialogForm() {
var collabs = buildCollabModel(); var collabs = buildCollabModel();
collabs.collaborations = jQuery.grep(collabs.collaborations, function () { collabs.collaborations = jQuery.grep(collabs.collaborations, function () {