From 8e7498d18449074e093fbbb944b4218705868fe4 Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Sat, 2 Apr 2011 06:26:00 -0400 Subject: [PATCH] Patch #3268757 Better Ajax message animation --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });