The branch, master has been updated via 04153705a6ae0ecf5224ada42276d3f4312c42e8 (commit) from cbcf5be6e2f6c6f4ba6c29bb3f34d5104b7b88b7 (commit)
- Log ----------------------------------------------------------------- commit 04153705a6ae0ecf5224ada42276d3f4312c42e8 Author: Aris Feryanto aris_feryanto@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