aboutsummaryrefslogtreecommitdiff
path: root/public/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/client.html')
-rw-r--r--public/client.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/client.html b/public/client.html
index 79e3080..d8de174 100644
--- a/public/client.html
+++ b/public/client.html
@@ -187,13 +187,13 @@
<br>
<div id="character_options">
<div id="emote_options">
- <button id="button_1" alt="Hold it!" class="objection_button" onclick="toggleShout(1)">Hold
+ <button id="button_1" alt="Hold it!" class="client_button" onclick="toggleShout(1)">Hold
it!</button>
- <button id="button_2" alt="Objection!" class="objection_button"
+ <button id="button_2" alt="Objection!" class="client_button"
onclick="toggleShout(2)">Objection!</button>
- <button id="button_3" alt="Take That!" class="objection_button" onclick="toggleShout(3)">Take
+ <button id="button_3" alt="Take That!" class="client_button" onclick="toggleShout(3)">Take
That!</button>
- <button id="button_4" alt="Custom" class="objection_button" onclick="toggleShout(4)"
+ <button id="button_4" alt="Custom" class="client_button" onclick="toggleShout(4)"
style="display: none">
Custom</button>
<br>