diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 21:14:59 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 21:14:59 +0100 |
| commit | 2b890c9e54742d09a841b4ef3b5cf200397e80eb (patch) | |
| tree | 9be9f746358ef7b960e3c05d4914e4c1b604a81e /webAO/client.js | |
| parent | 0903ace1a2f87f2fd088302f86432affb530a1d2 (diff) | |
Revert "volume not value"
This reverts commit 0903ace1a2f87f2fd088302f86432affb530a1d2.
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index d55d409..6aaa8e9 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -375,7 +375,7 @@ class Client extends EventEmitter { changeMusicVolume(); document.getElementById("client_sfxaudio").volume = getCookie("sfxVolume"); changeSFXVolume(); - document.getElementById("client_blipaudio0").volume = getCookie("blipVolume"); + document.getElementById("client_blipaudio0").value = getCookie("blipVolume"); changeBlipVolume(); document.getElementById("ic_chat_name").value = getCookie("ic_chat_name"); |
