From ebc2d167e4f0f0b0fc53c6f9f08614892774e7d0 Mon Sep 17 00:00:00 2001 From: uwaa Date: Fri, 21 Feb 2025 00:47:01 +0000 Subject: [PATCH] nitpick --- static/rot/rot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);