From 50a73857163bcae7515c296db7e11faa5e1c5e22 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 12 Nov 2018 23:46:10 +0100 Subject: [PATCH] only fade out success alerts --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/download.html b/templates/download.html index d1ef058..34c534c 100644 --- a/templates/download.html +++ b/templates/download.html @@ -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'); }); });