From e2b85e405d82a3e361e95a6ef61c86465602145c Mon Sep 17 00:00:00 2001 From: uwaa Date: Mon, 27 Jan 2025 14:55:51 +0000 Subject: [PATCH] Update rot.js --- static/rot/rot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/rot/rot.js b/static/rot/rot.js index cceb7ba0..3a4ace2b 100644 --- a/static/rot/rot.js +++ b/static/rot/rot.js @@ -378,8 +378,8 @@ localStorage.audiomuted = audio.muted = musicmute.checked; playMusic(); }) - volumeStepDwn.addEventListener('click', () => volumeAdd(-0.05)) - volumeStepUp.addEventListener('click', () => volumeAdd(0.05)) + volumeStepDwn.addEventListener('click', () => volumeAdd(-0.05)); + volumeStepUp.addEventListener('click', () => volumeAdd(0.05)); updateVolumeLabel(); }