remove stopPropagation
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
0738804d88
commit
d28b439e62
@@ -150,7 +150,6 @@ jQuery.fn.dialogForm = function (options) {
|
||||
|
||||
}
|
||||
});
|
||||
event.stopImmediatePropagation();
|
||||
}.bind(this));
|
||||
|
||||
$('#' + containerId + ' .btn-cancel').click(function () {
|
||||
|
Reference in New Issue
Block a user