diff options
author | 2012-10-06 20:37:51 +0200 | |
---|---|---|
committer | 2012-10-06 20:37:51 +0200 | |
commit | 4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4 (patch) | |
tree | 990d61d7fc83733024b83b25b68c91fbe547ee62 /module/web/static/js/views/headerView.js | |
parent | added little pie chart (diff) | |
download | pyload-4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4.tar.xz |
task to optimize js code
Diffstat (limited to 'module/web/static/js/views/headerView.js')
-rw-r--r-- | module/web/static/js/views/headerView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/views/headerView.js b/module/web/static/js/views/headerView.js index 21b591a3d..6a4ac270d 100644 --- a/module/web/static/js/views/headerView.js +++ b/module/web/static/js/views/headerView.js @@ -1,4 +1,4 @@ -define(['jquery', 'backbone', 'flot', 'jqueryui/progressbar'], function($, Backbone){ +define(['jquery', 'backbone', 'flot'], function($, Backbone){ // Renders the header with all information return Backbone.View.extend({ |