diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-12-21 01:28:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 01:28:04 +0100 |
| commit | b288429cca94a461c8fa3d1936905d7e0e601d7f (patch) | |
| tree | 44598ada8bde27552482f89eec9e9b586d99e097 /public | |
| parent | 43074242c8278af037fb04f7a8dee7f7521272ce (diff) | |
| parent | 0a5407f752684a6dda837bf6b3a0b7b19631bacd (diff) | |
Merge pull request #210 from Troid-Tech/shoutbutton-height
Use client_button instead of objection_button
Diffstat (limited to 'public')
| -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 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> |
