diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 15:20:39 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 15:20:39 +0100 |
commit | b2f560126561f0c152a7cf8b06edc78d28117b29 (patch) | |
tree | dd0ec222774f2caeb243e75ca5552c5d924db25d /module/web/static/js/views/progressView.js | |
parent | render package stats, speedgraph (diff) | |
download | pyload-b2f560126561f0c152a7cf8b06edc78d28117b29.tar.xz |
little fixes, use global progress to render single task
Diffstat (limited to 'module/web/static/js/views/progressView.js')
-rw-r--r-- | module/web/static/js/views/progressView.js | 1 |
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; |