From 883f209c7cccf2401f262ce52a16671c2063111e Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 9 Jul 2017 01:58:12 +0200 Subject: [PATCH] fix for audio element --- templates/layouts/partials/base.jet.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/layouts/partials/base.jet.html b/templates/layouts/partials/base.jet.html index 6fadede2..f9ff00e6 100644 --- a/templates/layouts/partials/base.jet.html +++ b/templates/layouts/partials/base.jet.html @@ -55,13 +55,12 @@ {{if Mascot != "hide"}}
{* Only play the sounds with the default mascot *} - {{ if MascotURL != "" }} + {{ if MascotURL == "" }} {{ if Sukebei() }} - {{else}} - {{ if Theme == "tomorrow" }} + {{else if Theme == "tomorrow" }} @@ -70,7 +69,6 @@ {{end}} - {{end}} {{end}} {{end}} {{end}}