Patch #3268757 Better Ajax message animation
This commit is contained in:

committed by
Marc Delisle

parent
401d211d70
commit
8e7498d184
@@ -1265,7 +1265,7 @@ function PMA_ajaxShowMessage(message, timeout) {
|
|||||||
*/
|
*/
|
||||||
function PMA_ajaxRemoveMessage($this_msgbox) {
|
function PMA_ajaxRemoveMessage($this_msgbox) {
|
||||||
$this_msgbox
|
$this_msgbox
|
||||||
.clearQueue()
|
.stop(true, true)
|
||||||
.fadeOut('medium', function() {
|
.fadeOut('medium', function() {
|
||||||
$this_msgbox.hide();
|
$this_msgbox.hide();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user