alignment between submitDialogForm functions implementation
parent
0199dee9ef
commit
7edf167bfe
|
@ -68,6 +68,5 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var submitDialogForm = function () {
|
function submitDialogForm() {}
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -130,7 +130,7 @@ solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"> </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>
|
||||||
|
|
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue