diff options
| author | sD <stoned@derpymail.org> | 2020-07-13 18:45:36 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-13 18:45:36 +0200 |
| commit | 1b041636447023a79dda1b1418434e99181c3bfe (patch) | |
| tree | 37ff3bb42b55b51892694f109b310353b8d3ca49 /webAO/client.html | |
| parent | 37134ff18d3b131adc75dbfa1a2a0abbebf5c5e8 (diff) | |
typo in onvolumechange
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 3ffafdd..9e18c5a 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -342,7 +342,7 @@ <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> <p>Testimony/Guilty</p> - <audio id="client_testimonyaudio" onvolumechange="changeTestinmonyVolume()" controls></audio> + <audio id="client_testimonyaudio" onvolumechange="changeTestimonyVolume()" controls></audio> <p>Blip</p> <input id="client_bvolume" class="long" type="range" min="0" max="1" value="1" step="0.01" |
