From 2bc4384d017ed4cfd4623364133d5a30a92e32bb Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Mon, 19 Mar 2012 17:44:42 +0000 Subject: [PATCH] Revert "Dialogs generated by PMA_confirm() should be modal" This reverts commit eabe39881178a827786dfbff4a95c817c60f6288. --- js/functions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 + } }); };