Dialogs generated by PMA_confirm() should be modal
This commit is contained in:
parent
04f14a43f5
commit
eabe398811
@ -1919,7 +1919,8 @@ 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