diff options
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/client.html b/public/client.html index b22771d..d283a3b 100644 --- a/public/client.html +++ b/public/client.html @@ -188,13 +188,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> |
