From c4b81cffe79c47905f7e70c105268160c30ddd80 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 4 Jan 2025 19:13:23 +0100 Subject: [PATCH] header.html: fix broken js include --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/header.html b/templates/header.html index 51a9593c..335f572e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,7 +12,7 @@ var modRoot = "{{ config.root }}" + (inMod ? "mod.php?/" : ""); {% if not nojavascript %} - + {% if not config.additional_javascript_compile %} {% for javascript in config.additional_javascript %}{% endfor %} {% endif %}