Another instance of clearQueue() to change
This commit is contained in:

committed by
Marc Delisle

parent
cbcf5be6e2
commit
04153705a6
@@ -1246,7 +1246,7 @@ function PMA_ajaxShowMessage(message, timeout) {
|
|||||||
else {
|
else {
|
||||||
//Otherwise, just show the div again after inserting the message
|
//Otherwise, just show the div again after inserting the message
|
||||||
$("#loading")
|
$("#loading")
|
||||||
.clearQueue()
|
.stop(true, true)
|
||||||
.html(msg)
|
.html(msg)
|
||||||
.fadeIn('medium')
|
.fadeIn('medium')
|
||||||
.delay(to)
|
.delay(to)
|
||||||
|
Reference in New Issue
Block a user