fix bug when clicking cancel button for modal windows
This commit is contained in:
@@ -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...
|
||||||
|
Reference in New Issue
Block a user