From 05782f90805d275c5adcd63c5227a70c216516d5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 24 Feb 2012 22:32:00 +0900 Subject: [PATCH] fix graphs --- anki/stats.py | 3 ++- anki/upgrade.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index e980d02d4..acf5cefee 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -111,7 +111,8 @@ class CollectionStats(object): txt += self.hourGraph() txt += self.easeGraph() txt += self.cardGraph() - return "
%s
" % (anki.js.all, txt) + return "
%s
" % ( + anki.js.jquery+anki.js.plot, txt) css = """