diff --git a/js/functions.js b/js/functions.js index 0f2e7da1df..9a63b88606 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1919,8 +1919,7 @@ jQuery.fn.PMA_confirm = function(question, url, callbackFn) { buttons: button_options, close: function () { $(this).remove(); - }, - modal: true + } }); };