Update item.tpl.html

This commit is contained in:
noxy 2016-10-20 22:45:46 +00:00
parent 1181c51664
commit 0ab82c897b

View File

@ -67,7 +67,7 @@
var video = document.getElementById('player');
video.volume = 0.3;
var x = document.getElementById("myAudio");
var x = document.getElementById('myAudio');
x.volume = 0.2;
</script>
</body>