diff options
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 10 |
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> |
