Fadeout and up when dismissing alerts

This commit is contained in:
Roberto Rosario
2015-06-23 04:13:20 -04:00
parent 873836c887
commit 3cfeb97103

View File

@@ -258,7 +258,7 @@
}
function dismissAlert(element) {
element.addClass('fadeOutDown').fadeOut('slow');
element.addClass('fadeOutUp').fadeOut('slow');
}
jQuery(document).ready(function() {