close and destroy dialog on ESC

remotes/origin/stable6
Jörn Friedrich Dreyer 13 years ago
parent 00cc83e3f7
commit 0a0410815e
  1. 5
      core/js/oc-dialogs.js

@ -387,7 +387,10 @@ var OCdialogs = {
closeOnEscape: true,
modal: true,
buttons: buttonlist,
closeButton: null
closeButton: null,
close: function(event, ui) {
$(this).ocdialog('destroy').remove();
}
});
$(dialog_id).css('height','auto');

Loading…
Cancel
Save