diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-09-24 16:12:21 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-09-24 16:12:21 +0200 |
| commit | 5a23c935d97e3b0b22e9c3a6fc3a6b4681770b28 (patch) | |
| tree | 0c4bc11517b21531ddfa6eda8ca049664f19563d /webAO/client.html | |
| parent | 6a766503ebc678e54b17a7912ea8e8da269d0b33 (diff) | |
| parent | 742856f3c8ab0e7bc70b2f21fe305c6b524414bb (diff) | |
Merge branch 'master' into fullsize-bg
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html index 2dfa986..439abb4 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -424,13 +424,13 @@ onchange="changeMusicVolume()"> <p>SFX</p> - <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> + <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" onerror="opusCheck()" controls></audio> <p>Shouts</p> - <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> + <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" onerror="opusCheck()" controls></audio> <p>Testimony/Guilty</p> - <audio id="client_testimonyaudio" onvolumechange="changeTestimonyVolume()" controls></audio> + <audio id="client_testimonyaudio" onvolumechange="changeTestimonyVolume()" onerror="opusCheck()" controls></audio> <p>Blip</p> <input id="client_bvolume" class="long" type="range" min="0" max="1" value="1" step="0.01" |
