aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-08-17 20:08:21 +0200
committerGitHub <noreply@github.com>2020-08-17 20:08:21 +0200
commit5e2923522e69fedc2f06a5be6c137f74915d699f (patch)
tree348b69c7e686192010b14232162be33ce14892f2 /webAO/client.html
parent089af7e22a00d0e725b38006c5c5f149bda1f759 (diff)
parent80ed593824ea84b0320165ad50598b6811cbbc69 (diff)
Merge branch 'master' into apng_v3
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 50f4012..e98bc02 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -148,6 +148,7 @@
<div id="character_options">
<label for="role_select">Role:</label>
<select id="role_select" name="role_select" onchange="changeRoleOOC()">
+ <option value="">Default</option>
<option value="def">Defense</option>
<option value="pro">Prosecution</option>
<option value="jud">Judge</option>
@@ -443,10 +444,6 @@
<input id="bg_command" name="bg_command" type="text" value="bg $1">
<br>
<br>
- <label for="role_command">Change role command:</label>
- <input id="role_command" name="role_command" type="text" value="pos $1">
- <br>
- <br>
<label for="randomchar_command">Random character command:</label>
<input id="randomchar_command" name="randomchar_command" type="text" value="randomchar">
<br>