Patch #3268757 Better Ajax message animation

This commit is contained in:
Aris Feryanto
2011-04-02 06:26:00 -04:00
committed by Marc Delisle
parent 401d211d70
commit 8e7498d184

View File

@@ -1265,7 +1265,7 @@ function PMA_ajaxShowMessage(message, timeout) {
*/
function PMA_ajaxRemoveMessage($this_msgbox) {
$this_msgbox
.clearQueue()
.stop(true, true)
.fadeOut('medium', function() {
$this_msgbox.hide();
});