From 285c151be95018f0119f2e4fa09f6f152ed7cf54 Mon Sep 17 00:00:00 2001
From: fowr <89118232+perdedora@users.noreply.github.com>
Date: Tue, 20 Aug 2024 21:27:22 -0300
Subject: [PATCH] Add resource_version to avoid cache.
---
templates/header.html | 4 ++--
templates/mod/ban_list.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/header.html b/templates/header.html
index 68c0b8af..97cfe064 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -15,7 +15,7 @@
var modRoot="{{ config.root }}"+(inMod ? "mod.php?/" : "");
{% if not nojavascript %}
-
+
{% if not config.additional_javascript_compile %}
{% if not config.deferred_javascript %}
{% for javascript in config.additional_javascript|merge(config.additional_javascript_defer) %}{% endfor %}
@@ -25,7 +25,7 @@
{% endif %}
{% endif %}
{% if mod %}
-
+
{% endif %}
{% endif %}
{% if config.recaptcha %}
diff --git a/templates/mod/ban_list.html b/templates/mod/ban_list.html
index 128807ac..9e511b29 100644
--- a/templates/mod/ban_list.html
+++ b/templates/mod/ban_list.html
@@ -1,4 +1,4 @@
-
+