fade out flashed messages
This commit is contained in:
parent
febe7bcac0
commit
7e2212c2de
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
|||
format:'YYYY-MM-DD HH:mm',
|
||||
sideBySide: true
|
||||
});
|
||||
$(".alert").delay(4000).fadeOut(500, function() {
|
||||
$(this).alert('close');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue