[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1212-g0415370
Marc Delisle
lem9 at users.sourceforge.net
Sat Apr 2 16:34:38 CEST 2011
The branch, master has been updated
via 04153705a6ae0ecf5224ada42276d3f4312c42e8 (commit)
from cbcf5be6e2f6c6f4ba6c29bb3f34d5104b7b88b7 (commit)
- Log -----------------------------------------------------------------
commit 04153705a6ae0ecf5224ada42276d3f4312c42e8
Author: Aris Feryanto <aris_feryanto at yahoo.com>
Date: Sat Apr 2 10:34:12 2011 -0400
Another instance of clearQueue() to change
-----------------------------------------------------------------------
Summary of changes:
js/functions.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js
index 8074c8e..502bf39 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)
hooks/post-receive
--
phpMyAdmin
More information about the Git
mailing list