aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-05-01 21:41:44 +0200
committersD <stoned@derpymail.org>2020-05-01 21:41:44 +0200
commitaa3f60fcffa7242fe09e2a539f931775cc7507ab (patch)
tree513d08f108aa43269cddf27db75939ee9bbd8de1 /webAO/client.html
parent5598f2945b98e88f480fddbd9cbda544dbb461c5 (diff)
support 2.7
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html
index a8ab744..1e58b9d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -127,9 +127,9 @@
<input type="checkbox" id="sendpreanim" name="sendpreanim" value="sendpreanim">
<br>
<br>
- <button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button>
- <button id="button_effect_1" alt="Flash" class="client_button" onclick="toggleEffect(1)">Flash</button>
- <button id="button_effect_2" alt="Shake" class="client_button" onclick="toggleEffect(2)">Shake</button>
+ <button id="button_flip" alt="Flip" class="client_button" onclick="toggleEffect(this)" style="display: none">Flip</button>
+ <button id="button_flash" alt="Flash" class="client_button" onclick="toggleEffect(this)">Flash</button>
+ <button id="button_shake" alt="Shake" class="client_button" onclick="toggleEffect(this)" style="display: none">Shake</button>
</div>
<br>
<br>
@@ -168,7 +168,13 @@
<input id="ic_chat_name" name="ic_chat_name" type="text">
<label for="showname">Show others:</label>
<input id="showname" name="showname" type="checkbox" onclick="showname_click()">
+ <label for="check_nonint">Noninterrupting Preanimation:</label>
+ <input type="checkbox" name="check_nonint" id="check_nonint">
</span>
+ <span id="2.7" style="display: none">
+ <label for="check_nonint">Looping SFX:</label>
+ <input type="checkbox" name="check_loopsfx" id="check_loopsfx">
+ </span>
</div>
</div>
<fieldset style="margin:10px;">