hab mal auf fluhmey gehörd

This commit is contained in:
sirx 2016-11-06 02:34:48 +01:00
parent bfa3eff305
commit 5204cfd2ad

View File

@ -24,4 +24,6 @@
}
var x = document.getElementById("player");
x.volume = 0.3;
if(x) {
x.volume = 0.3;
}