diff --git a/js/functions.js b/js/functions.js index 8074c8e86..502bf395f 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1246,7 +1246,7 @@ function PMA_ajaxShowMessage(message, timeout) { else { //Otherwise, just show the div again after inserting the message $("#loading") - .clearQueue() + .stop(true, true) .html(msg) .fadeIn('medium') .delay(to)