From 6a3dd0260dc9bc2380bbe34a9817644c2980e72b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 6 Oct 2012 19:53:31 +0200 Subject: added little pie chart --- module/web/static/js/default.js | 2 ++ 1 file changed, 2 insertions(+) (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 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"], -- cgit v1.2.3