From b2f560126561f0c152a7cf8b06edc78d28117b29 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 21 Mar 2013 15:20:39 +0100 Subject: little fixes, use global progress to render single task --- module/web/static/js/views/progressView.js | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/static/js/views/progressView.js') diff --git a/module/web/static/js/views/progressView.js b/module/web/static/js/views/progressView.js index 40fbf0652..3c2908000 100644 --- a/module/web/static/js/views/progressView.js +++ b/module/web/static/js/views/progressView.js @@ -22,6 +22,7 @@ define(['jquery', 'backbone', 'underscore', 'app', 'utils/apitypes', 'views/abst // TODO: icon // TODO: other states // TODO: non download progress + // TODO: better progressbar rendering this.$el.css('background-image', 'url(icons/sdf)'); this.$el.html(this.template(this.model.toJSON())); return this; -- cgit v1.2.3