Dialogs generated by PMA_confirm() should be modal

This commit is contained in:
Rouslan Placella 2012-03-18 23:36:35 +00:00
parent 04f14a43f5
commit eabe398811

View File

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