Another instance of clearQueue() to change

This commit is contained in:
Aris Feryanto 2011-04-02 10:34:12 -04:00 committed by Marc Delisle
parent cbcf5be6e2
commit 04153705a6

View File

@ -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)