# HG changeset patch # User Mads Kiilerich # Date 2017-08-23 01:26:58 # Node ID b44cc07c2f9b6127e3091cff532c424b776e5ecb # Parent 4daff1d77dd4d2c4dfd0e4868f1177fed437bc18 statistics: only load the Flot library when we need it diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html +++ b/kallithea/templates/base/root.html @@ -70,7 +70,6 @@ - ## EXTRA FOR JS diff --git a/kallithea/templates/summary/statistics.html b/kallithea/templates/summary/statistics.html --- a/kallithea/templates/summary/statistics.html +++ b/kallithea/templates/summary/statistics.html @@ -15,6 +15,7 @@ <%block name="head_extra"> + <%def name="main()">