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 {
|
else {
|
||||||
$("#loading")
|
$("#loading")
|
||||||
|
.clearQueue()
|
||||||
.html(msg)
|
.html(msg)
|
||||||
.slideDown('medium')
|
.slideDown('medium')
|
||||||
.delay(to)
|
.delay(to)
|
||||||
|
Reference in New Issue
Block a user