From 04153705a6ae0ecf5224ada42276d3f4312c42e8 Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Sat, 2 Apr 2011 10:34:12 -0400 Subject: [PATCH] Another instance of clearQueue() to change --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)