From a4bf57ae0d4c4538f1f6239c9f4a731f8da27376 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Nov 2022 21:49:21 +0200 Subject: [PATCH] fix FP and pusher being triggered inside holes --- files/templates/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/home.html b/files/templates/home.html index 48aa19761..52ad4e9d8 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -173,7 +173,7 @@ {% endif %} -{% if PUSHER_ID != 'blahblahblah' and v %} +{% if request.path == '/' and PUSHER_ID != 'blahblahblah' and v %}
{{SITE}}{{v.id}}
{{PUSHER_ID}}
@@ -225,7 +225,7 @@ {% endif %} -{% if v and FP %} +{% if request.path == '/' and v and FP %} {% if not v.fp %}