Revert "Dialogs generated by PMA_confirm() should be modal"
This reverts commit eabe398811.
This commit is contained in:
parent
306759ee28
commit
2bc4384d01
@ -1919,8 +1919,7 @@ jQuery.fn.PMA_confirm = function(question, url, callbackFn) {
|
||||
buttons: button_options,
|
||||
close: function () {
|
||||
$(this).remove();
|
||||
},
|
||||
modal: true
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user