only fade out success alerts

stable
neingeist 6 years ago
parent 64c35cf502
commit 50a7385716

@ -34,7 +34,7 @@
format:'YYYY-MM-DD HH:mm', format:'YYYY-MM-DD HH:mm',
sideBySide: true sideBySide: true
}); });
$(".alert").delay(4000).fadeOut(500, function() { $(".alert-success").delay(4000).fadeOut(500, function() {
$(this).alert('close'); $(this).alert('close');
}); });
}); });

Loading…
Cancel
Save