diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-09 20:42:53 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-09 20:42:53 +0100 |
| commit | 4c91874c653536a357f0f737190e1ea617df36f5 (patch) | |
| tree | b238853acdeb52b07aa35947c82775cb2c710000 /webAO/client.html | |
| parent | c26cd57c3f05ffe6db08d2ef8aaaf9a73ca5f74b (diff) | |
greatly simplify missing shout logic
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 99a5910..b5392ee 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -371,7 +371,7 @@ <audio id="client_sfxaudio" onvolumechange="changeSFXVolume()" controls></audio> <p>Shouts</p> - <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> + <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" onerror="shoutMissing(this)" controls></audio> <p>Testimony/Guilty</p> <audio id="client_testimonyaudio" onvolumechange="changeTestimonyVolume()" controls></audio> |
