aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-06-29 19:56:20 +0200
committerstonedDiscord <Tukz@gmx.de>2021-06-29 19:56:20 +0200
commit29aca4009e628ef1f517ab15b1b9bd8d8a46cdde (patch)
tree8514dcc3064071aba537c9bb7eb3d0579b992b05 /webAO/client.html
parent104989551ad00feff25ddb1500e3cea723a1379c (diff)
seperate objection and normal buttons
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 5197bed..dd036a6 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -121,12 +121,12 @@
<br>
<div id="character_options">
<div id="emote_options">
- <button id="button_1" alt="Hold it!" class="client_button" onclick="toggleShout(1)">Hold it!</button>
- <button id="button_2" alt="OBJECTION!" class="client_button"
- onclick="toggleShout(2)">OBJECTION!</button>
- <button id="button_3" alt="Take That!" class="client_button" onclick="toggleShout(3)">Take
+ <button id="button_1" alt="Hold it!" class="objection_button" onclick="toggleShout(1)">Hold it!</button>
+ <button id="button_2" alt="Objection!" class="objection_button"
+ onclick="toggleShout(2)">Objection!</button>
+ <button id="button_3" alt="Take That!" class="objection_button" onclick="toggleShout(3)">Take
That!</button>
- <button id="button_4" alt="Custom" class="client_button" onclick="toggleShout(4)" style="display: none">
+ <button id="button_4" alt="Custom" class="objection_button" onclick="toggleShout(4)" style="display: none">
Custom</button>
<br>
<br>