diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-03-11 13:30:50 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-03-11 13:30:50 +0100 |
| commit | 10f6da9805c04cf38db6c7628cbd5557839a32fb (patch) | |
| tree | d2a4b90e7690d256461a56c57e614d8a5e4a6917 /client.html | |
| parent | a3033d03c0f6790aa0d3f3886147443000778789 (diff) | |
made judges bro work
Diffstat (limited to 'client.html')
| -rw-r--r-- | client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client.html b/client.html index d2e9f8f..5ec917e 100644 --- a/client.html +++ b/client.html @@ -62,7 +62,7 @@ <img class="client_prosecutor" id="client_prosecutor_hp" src="misc/procuror.png"> </div> <textarea id="client_ooclog"></textarea> - <input id="client_oocinputbox" type="text" onKeyPress="onOOCEnter(event)" /> + <input id="client_oocinputbox" class="long" type="text" onKeyPress="onOOCEnter(event)" /> <select id="client_musiclist" size="25" onclick="musiclist_click(event)"></select> </div> <div id="client_error" class="error" style="display: none"> |
