mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
Update rot.js
This commit is contained in:
parent
15c05baa5a
commit
e2b85e405d
1 changed files with 2 additions and 2 deletions
|
@ -378,8 +378,8 @@
|
||||||
localStorage.audiomuted = audio.muted = musicmute.checked;
|
localStorage.audiomuted = audio.muted = musicmute.checked;
|
||||||
playMusic();
|
playMusic();
|
||||||
})
|
})
|
||||||
volumeStepDwn.addEventListener('click', () => volumeAdd(-0.05))
|
volumeStepDwn.addEventListener('click', () => volumeAdd(-0.05));
|
||||||
volumeStepUp.addEventListener('click', () => volumeAdd(0.05))
|
volumeStepUp.addEventListener('click', () => volumeAdd(0.05));
|
||||||
|
|
||||||
updateVolumeLabel();
|
updateVolumeLabel();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue