diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 20:41:42 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 20:41:42 +0100 |
| commit | 0903ace1a2f87f2fd088302f86432affb530a1d2 (patch) | |
| tree | c72b442d1b62f57cf9536323ce5e5b564bd6e693 /webAO | |
| parent | 0a21911b3cc3f8de444c5b1da80c742cd74c611f (diff) | |
volume not value
Diffstat (limited to 'webAO')
| -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 6aaa8e9..d55d409 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").value = getCookie("blipVolume"); + document.getElementById("client_blipaudio0").volume = getCookie("blipVolume"); changeBlipVolume(); document.getElementById("ic_chat_name").value = getCookie("ic_chat_name"); |
