diff options
| author | sD <stoned@derpymail.org> | 2020-02-16 19:29:31 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-16 19:29:31 +0100 |
| commit | 9b16ff9c582a5a3e1bb7a766eabfbc718bad2808 (patch) | |
| tree | ba95622873945a7b108e4ce2ede90e928eeba655 /webAO/client.html | |
| parent | a6d02f1faac6106644a266bb3e9cbf6eacd1908a (diff) | |
set defaults for cookies
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index dd6531a..7c6e2b3 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -285,11 +285,11 @@ <audio id="client_musicaudio" onvolumechange="changeMusicVolume()" controls loop></audio> <p>SFX</p> - <input id="client_svolume" class="long" type="range" min="0" max="100" value="70" + <input id="client_svolume" class="long" type="range" min="0" max="100" value="100" onchange="changeSFXVolume()"> <p>Blip</p> - <input id="client_bvolume" class="long" type="range" min="0" max="100" value="60" + <input id="client_bvolume" class="long" type="range" min="0" max="100" value="100" onchange="changeBlipVolume()"> <br> <br> |
