alignment between submitDialogForm functions implementation

This commit is contained in:
Ezequiel Bergamaschi
2015-04-24 23:51:54 -03:00
parent 928afcd1e7
commit b653e0e48f
4 changed files with 4 additions and 5 deletions

View File

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