Fix #47 (message block not displayed on download page)

This commit is contained in:
Luc Didry 2016-05-16 15:54:50 +02:00 committed by Luc Didry
parent 7b7d1e9de1
commit eb803d3666
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ function addAlert(msg) {
var pbd = $('#pbd');
pbd.attr('role', 'alert');
pbd.removeClass('progress');
pbd.html(['<div class="card pink">',
'<div class="card-content white-text">',
'<strong>', msg, '</strong>',