diff --git a/js/script.js b/js/script.js index 2204c86..86aafdb 100755 --- a/js/script.js +++ b/js/script.js @@ -422,7 +422,7 @@ function updateDownloadTemplates(elem, ctx) { elem.find('.download-files').html(html); // update progress bar - elem.find('.full-progress .bar').css('width', ctx.percentage + '%'); + elem.find('.progress .bar').css('width', ctx.percentage + '%'); // update the chunks bar var chunks = ctx.chunks;