From 09cd0fbcad7b62fbb7cbfb5adfbf78406db2555a Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 13 Jun 2013 17:23:48 +0200 Subject: Split the JS code into more manageable chunks --- hyperkitty/templates/base.html | 2 +- hyperkitty/templates/thread.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 4a36641..fb1e4d5 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -94,7 +94,7 @@ - {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "libs/jquery.hotkeys.js", "js/hyperkitty.js" %} + {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "libs/jquery.hotkeys.js", "js/hyperkitty-common.js", "js/hyperkitty-frontpage.js", "js/hyperkitty-overview.js", "js/hyperkitty-thread.js", "js/hyperkitty-userprofile.js" %} {% endassets %} {% block additionaljs %} {% endblock %} diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 44a0a5b..491d08a 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -77,6 +77,9 @@