only fade out success alerts
This commit is contained in:
parent
64c35cf502
commit
50a7385716
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
format:'YYYY-MM-DD HH:mm',
|
||||
sideBySide: true
|
||||
});
|
||||
$(".alert").delay(4000).fadeOut(500, function() {
|
||||
$(".alert-success").delay(4000).fadeOut(500, function() {
|
||||
$(this).alert('close');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue