From 1bdbb9f2749d83c95231435aaccca0bb490735df Mon Sep 17 00:00:00 2001 From: ninadsp Date: Wed, 21 Jul 2010 23:25:23 +0530 Subject: [PATCH] Handled the race condition caused on the loading notification div due to calls to PMA_ajaxShowMessage() in time less than the timeout. Added a .clearQueue() calls --- js/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/functions.js b/js/functions.js index b0c97949f..1825a3b27 100755 --- a/js/functions.js +++ b/js/functions.js @@ -1778,6 +1778,7 @@ function PMA_ajaxShowMessage(message, timeout) { } else { $("#loading") + .clearQueue() .html(msg) .slideDown('medium') .delay(to)