fixed progress bar bug

This commit is contained in:
hamza zia 2013-01-17 12:00:33 +05:00
parent e64b3fbd66
commit 576df81193

View File

@ -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;