From 21047cccdb45249f76b32413c21e013d15f0bf41 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 20 Dec 2012 17:39:54 +0100 Subject: removed pie charts --- module/web/static/js/default.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'module/web/static/js/default.js') 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"] -- cgit v1.2.3