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
This commit is contained in:
@@ -1778,6 +1778,7 @@ function PMA_ajaxShowMessage(message, timeout) {
|
||||
}
|
||||
else {
|
||||
$("#loading")
|
||||
.clearQueue()
|
||||
.html(msg)
|
||||
.slideDown('medium')
|
||||
.delay(to)
|
||||
|
Reference in New Issue
Block a user