diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 12:44:22 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 12:44:22 +0100 |
| commit | 2c734f9bb28afc4e6a4961375101dc7c84521dca (patch) | |
| tree | 44e7d1bade9ea20e7dfd45a611d7bbec99930428 | |
| parent | 70d28a8c6c90cc7819ba5e9375752d2ba1363394 (diff) | |
add an extra checkbox to disable preanim
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index 1066405..20f436d 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -93,7 +93,9 @@ <option value="4">Blue</option> </select> <label for="sendsfx">SFX</label> - <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx"> + <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx" checked> + <label for="sendpreanim">Preanimation</label> + <input type="checkbox" id="sendpreanim" name="sendpreanim" value="sendpreanim"> <br> <br> <button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button> |
