diff --git a/js/functions.js b/js/functions.js index 263b913f3..8074c8e86 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1265,7 +1265,7 @@ function PMA_ajaxShowMessage(message, timeout) { */ function PMA_ajaxRemoveMessage($this_msgbox) { $this_msgbox - .clearQueue() + .stop(true, true) .fadeOut('medium', function() { $this_msgbox.hide(); });