summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views/progressView.js
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/js/views/progressView.js')
-rw-r--r--module/web/static/js/views/progressView.js1
1 files changed, 1 insertions, 0 deletions
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;