[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1209-g15a0256

The branch, master has been updated via 15a0256e2b4e282a014aa65f77a34dd5f20ecd7d (commit) from 401d211d7014660472c476affe4bbedad4c04629 (commit) - Log ----------------------------------------------------------------- commit 15a0256e2b4e282a014aa65f77a34dd5f20ecd7d Author: Rouslan Placella <rouslan@placella.com> Date: Sat Apr 2 06:26:00 2011 -0400 Patch #3268757 Better Ajax message animation ----------------------------------------------------------------------- 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 263b913..8074c8e 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(); }); hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle