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:
ninadsp
2010-07-21 23:25:23 +05:30
parent a67fe76e50
commit 1bdbb9f274

View File

@@ -1778,6 +1778,7 @@ function PMA_ajaxShowMessage(message, timeout) {
}
else {
$("#loading")
.clearQueue()
.html(msg)
.slideDown('medium')
.delay(to)