From 5204cfd2ad8fa249e3ffd44275fc644c095e7e73 Mon Sep 17 00:00:00 2001 From: sirx Date: Sun, 6 Nov 2016 02:34:48 +0100 Subject: [PATCH] =?UTF-8?q?hab=20mal=20auf=20fluhmey=20geh=C3=B6rd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- s/shit.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/s/shit.js b/s/shit.js index 218404b..4c30da5 100644 --- a/s/shit.js +++ b/s/shit.js @@ -24,4 +24,6 @@ } var x = document.getElementById("player"); - x.volume = 0.3; + if(x) { + x.volume = 0.3; + }