From 576df8119354f7c23ec1b878f8b181e2daed5437 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Thu, 17 Jan 2013 12:00:33 +0500 Subject: [PATCH] fixed progress bar bug --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;