Fix #47 (message block not displayed on download page)
This commit is contained in:
parent
7b7d1e9de1
commit
eb803d3666
|
@ -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>',
|
||||
|
|
Loading…
Reference in New Issue