From b440bf81b40714732b0b1375f0695427535f0a34 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Dec 2022 04:22:04 +0200 Subject: [PATCH] stop music from playing twice lol --- files/templates/default.html | 6 +++--- files/templates/sidebar_WPD.html | 1 - files/templates/sidebar_rDrama.html | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index ba1433150..ad35104f6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -101,8 +101,8 @@ {% endif %} -{% block footer %} - -{% endblock %} +{% if HOLIDAY_EVENT %} + {% include "event/music.html" %} +{% endif %} {% endblock %} diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 0061838f9..f56c306f2 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -76,5 +76,4 @@ {% if HOLIDAY_EVENT %} - {% include "event/music.html" %} {% endif %} diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 71966de80..709d65573 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -68,5 +68,4 @@ {% if HOLIDAY_EVENT %} - {% include "event/music.html" %} {% endif %}