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

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