diff options
| author | sD <stoned@derpymail.org> | 2020-04-02 22:45:19 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-02 22:45:19 +0200 |
| commit | eeb99309a07e45701f1b76676eec202bbf59a9c2 (patch) | |
| tree | 861e93c8c12b01c9c2c3c62ed657183d647ffd14 /webAO/client.html | |
| parent | a7586b1280551b594d7b527b84232582acfd9f45 (diff) | |
remove modcall changing because the sfx barely work
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 ad42946..197d77e 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -335,11 +335,11 @@ <option value="soj">DD / SoJ</option> <option value="cyber">Cyber (WIP)</option> </select> + <!-- <br> <br> - <label for="client_modcall">Modcall sound:</label> - <select id="client_modcall" name="client_modcall" onchange="changeModcall()"> - </select> + <button id="client_modcall" onclick="modcall_test()">Test modcall</button> + --> <br> <br> <p>Ini editing (experimental)</p> |
