Fadeout and up when dismissing alerts
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
}
|
||||
|
||||
function dismissAlert(element) {
|
||||
element.addClass('fadeOutDown').fadeOut('slow');
|
||||
element.addClass('fadeOutUp').fadeOut('slow');
|
||||
}
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
Reference in New Issue
Block a user