From eb803d366674d0d3738fd9f263f42aca24adb1fd Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 16 May 2016 15:54:50 +0200 Subject: [PATCH] Fix #47 (message block not displayed on download page) --- themes/default/public/js/lufi-down.js | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/public/js/lufi-down.js b/themes/default/public/js/lufi-down.js index 7716b52..8bb660c 100644 --- a/themes/default/public/js/lufi-down.js +++ b/themes/default/public/js/lufi-down.js @@ -37,6 +37,7 @@ function addAlert(msg) { var pbd = $('#pbd'); pbd.attr('role', 'alert'); + pbd.removeClass('progress'); pbd.html(['
', '
', '', msg, '',