diff --git a/js/functions.js b/js/functions.js index 4d33ce95dc..08b74ff8e3 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2422,10 +2422,10 @@ jQuery.fn.PMA_confirm = function (question, url, callbackFn) { } }, { - text: PMA_messages.strCancel, - 'class': 'submitCancel', - click: function () { - $(this).dialog("close"); + text: PMA_messages.strCancel, + 'class': 'submitCancel', + click: function () { + $(this).dialog("close"); } } ];