mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 03:07:55 +01:00
alignment between submitDialogForm functions implementation
This commit is contained in:
parent
928afcd1e7
commit
b653e0e48f
@ -68,6 +68,5 @@
|
||||
}
|
||||
});
|
||||
|
||||
var submitDialogForm = function () {
|
||||
}
|
||||
function submitDialogForm() {}
|
||||
</script>
|
||||
|
@ -122,7 +122,7 @@
|
||||
});
|
||||
|
||||
// Hook for interaction with the main parent window ...
|
||||
var submitDialogForm = function () {
|
||||
function submitDialogForm() {
|
||||
$('#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 ...
|
||||
var submitDialogForm = function () {
|
||||
function submitDialogForm() {
|
||||
$('#dialogMainForm').submit();
|
||||
}
|
||||
</script>
|
||||
|
@ -296,7 +296,7 @@ function buildCollabModel() {
|
||||
}
|
||||
|
||||
// Hook for interaction with the main parent window ...
|
||||
var submitDialogForm = function () {
|
||||
function submitDialogForm() {
|
||||
|
||||
var collabs = buildCollabModel();
|
||||
collabs.collaborations = jQuery.grep(collabs.collaborations, function () {
|
||||
|
Loading…
Reference in New Issue
Block a user