diff options
author | 2012-12-20 17:39:54 +0100 | |
---|---|---|
committer | 2012-12-20 17:39:54 +0100 | |
commit | 21047cccdb45249f76b32413c21e013d15f0bf41 (patch) | |
tree | 963875366a64de5e41d0139569f7b5dad12399ae /module/web/static/js/default.js | |
parent | added models and collections for progress (diff) | |
download | pyload-21047cccdb45249f76b32413c21e013d15f0bf41.tar.xz |
removed pie charts
Diffstat (limited to 'module/web/static/js/default.js')
-rw-r--r-- | module/web/static/js/default.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/web/static/js/default.js b/module/web/static/js/default.js index d7c9c4b4a..6e6e17a7b 100644 --- a/module/web/static/js/default.js +++ b/module/web/static/js/default.js @@ -8,8 +8,6 @@ require.config({ jquery: "libs/jquery-1.8.3", jqueryui: "libs/jqueryui", flot: "libs/jquery.flot-1.1", - flotpie: "libs/jquery.flot.pie", - peity: "libs/jquery.peity-1.0", transit: "libs/jquery.transit-0.9.9", omniwindow: "libs/jquery.omniwindow", bootstrap: "libs/bootstrap-2.1.1", @@ -33,8 +31,6 @@ require.config({ exports: "Backbone" //attaches "Backbone" to the window object }, "flot": ["jquery"], - "peity": ["jquery"], - "flotpie": ["flot"], "transit": ["jquery"], "omniwindow": ["jquery"], "bootstrap": ["jquery"] |