fix FP and pusher being triggered inside holes

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 21:49:21 +02:00
parent 0060a326d7
commit a4bf57ae0d
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@
</nav>
{% endif %}
{% if PUSHER_ID != 'blahblahblah' and v %}
{% if request.path == '/' and PUSHER_ID != 'blahblahblah' and v %}
<div class="d-none" id="strid">{{SITE}}{{v.id}}</div>
<div class="d-none" id="pusherid">{{PUSHER_ID}}</div>
<script defer src="{{'js/pusher.js' | asset}}"></script>
@ -225,7 +225,7 @@
</style>
{% endif %}
{% if v and FP %}
{% if request.path == '/' and v and FP %}
{% if not v.fp %}
<script>
function fp(fp) {