summaryrefslogtreecommitdiffstats
path: root/module/web/static/js/views/headerView.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-06 20:37:51 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-10-06 20:37:51 +0200
commit4632cd7ff2783dcab33f3d88a1a5d8bb48d04fb4 (patch)
tree990d61d7fc83733024b83b25b68c91fbe547ee62 /module/web/static/js/views/headerView.js
parentadded little pie chart (diff)
downloadpyload-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.js2
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({