diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 19:53:31 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-06 19:53:31 +0200 |
commit | 6a3dd0260dc9bc2380bbe34a9817644c2980e72b (patch) | |
tree | fce77103c57a60418b2ad8f46d592dde10fc8532 /module/web/static/js/default.js | |
parent | worked on stylesheet (diff) | |
download | pyload-6a3dd0260dc9bc2380bbe34a9817644c2980e72b.tar.xz |
added little pie chart
Diffstat (limited to 'module/web/static/js/default.js')
-rw-r--r-- | module/web/static/js/default.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/static/js/default.js b/module/web/static/js/default.js index cb2ef38c3..3d02ba49e 100644 --- a/module/web/static/js/default.js +++ b/module/web/static/js/default.js @@ -9,6 +9,7 @@ require.config({ jqueryui:"libs/jqueryui", flot:"libs/jquery.flot-1.1", flotpie: "libs/jquery.flot.pie", + peity: "libs/jquery.peity-0.6", transit:"libs/jquery.transit-0.1.3", omniwindow: "libs/jquery.omniwindow", bootstrap: "libs/bootstrap-2.1.1", @@ -32,6 +33,7 @@ require.config({ exports:"Backbone" //attaches "Backbone" to the window object }, "flot" : ["jquery"], + "peity" : ["jquery"], "flotpie" : ["flot"], "transit" : ["jquery"], "omniwindow" : ["jquery"], |