Revert "Dialogs generated by PMA_confirm() should be modal"

This reverts commit eabe398811.
This commit is contained in:
Rouslan Placella 2012-03-19 17:44:42 +00:00
parent 306759ee28
commit 2bc4384d01

View File

@ -1919,8 +1919,7 @@ jQuery.fn.PMA_confirm = function(question, url, callbackFn) {
buttons: button_options,
close: function () {
$(this).remove();
},
modal: true
}
});
};