diff --git a/templates/download.html b/templates/download.html
index c3d5d92..273096c 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -34,6 +34,9 @@
format:'YYYY-MM-DD HH:mm',
sideBySide: true
});
+ $(".alert").delay(4000).fadeOut(500, function() {
+ $(this).alert('close');
+ });
});
{% endblock %}