remove stopPropagation

This commit is contained in:
Ezequiel Bergamaschi 2014-02-01 18:54:49 -03:00 committed by Ezequiel Bergamaschi
parent 0738804d88
commit d28b439e62

View File

@ -150,7 +150,6 @@ jQuery.fn.dialogForm = function (options) {
}
});
event.stopImmediatePropagation();
}.bind(this));
$('#' + containerId + ' .btn-cancel').click(function () {