mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
fix bug when clicking cancel button for modal windows
This commit is contained in:
parent
db48ef67f4
commit
05e8b3e7bb
@ -158,7 +158,7 @@ jQuery.fn.dialogForm = function (options) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#' + containerId + ' .btn-cancel').click(function () {
|
$('#' + containerId + ' .btn-cancel').click(function () {
|
||||||
this.modal('hide');
|
$(this).modal('hide');
|
||||||
});
|
});
|
||||||
|
|
||||||
// Register enter input to submit...
|
// Register enter input to submit...
|
||||||
|
Loading…
Reference in New Issue
Block a user