diff --git a/static/rot/rot.js b/static/rot/rot.js index b350e980..af1f445a 100644 --- a/static/rot/rot.js +++ b/static/rot/rot.js @@ -388,7 +388,7 @@ localStorage.audiomuted = musicmute.checked; audio.muted = musicmute.checked; playMusic(); - }) + }); volumeStepDwn.addEventListener('click', volumeDec); volumeStepUp.addEventListener('click', volumeInc);