From 4ad1ce13b1b7743ef13c27ecf425e13c4e4b2a33 Mon Sep 17 00:00:00 2001 From: Macil Tech Date: Tue, 11 Jun 2013 10:18:41 -0500 Subject: [PATCH] Include non-compiled javascript in page.html too. --- templates/page.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index e66b3fff..2f3de358 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,7 +7,12 @@ {{ title }} {% if config.default_stylesheet.1 != '' %}{% endif %} - {% if not nojavascript %}{% endif %} + {% if not nojavascript %} + + {% if not config.additional_javascript_compile %} + {% for javascript in config.additional_javascript %}{% endfor %} + {% endif %} + {% endif %} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %}