From 3e260d6178cdc70e588b49b155c5721535a00bf2 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 20 Oct 2016 22:32:30 +0000 Subject: [PATCH] Update item.tpl.html --- s/item.tpl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index bfa7412..7c2ca9b 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -21,7 +21,7 @@ {% elseif item == "audio" %} - + {% elseif item == "image" %} {% else %} @@ -68,7 +68,7 @@ video.volume = 0.3; window.onload = function() { - var audio = document.getElementById('audioplayer'); + var audio = document.getElementById('audio'); audio.volume = 0.3; }