diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-07-13 18:58:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 18:58:35 +0200 |
| commit | 7c90dc6de481d6904a0266a3dff251e3351eb6ee (patch) | |
| tree | 37ff3bb42b55b51892694f109b310353b8d3ca49 /webAO/client.html | |
| parent | 284c907dfda629be2f3ff9f6875f0a61119b80cc (diff) | |
| parent | 1b041636447023a79dda1b1418434e99181c3bfe (diff) | |
Merge pull request #61 from AttorneyOnline/testimony_volume
Testimony volume
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 717f9ea..9e18c5a 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -340,6 +340,9 @@ <p>Shouts</p> <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> + + <p>Testimony/Guilty</p> + <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" |
