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 = """