aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/client.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 8ffd6c9..5987720 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -135,6 +135,16 @@
onclick="randomCharacterOOC()">Random Character</button>
<br>
<br>
+ <span id="pairing" style="display: none">
+ <label for="pair_select">Pairing partner:</label>
+ <select name="pair_select" id="pair_select">
+ <option value="-1">None</option>
+ </select>
+ <label for="pair_offset">Pairing offset:</label>
+ <input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0">
+ </span>
+ <br>
+ <br>
<span id="cccc" style="display: none">
<label for="ic_chat_name">Custom Showname:</label>
<input id="ic_chat_name" name="ic_chat_name" type="text">
@@ -184,15 +194,6 @@
No judge actions available for this role.
</span>
<br>
- <span id="pairing" style="display: none">
- <label for="pair_select">Pairing partner:</label>
- <select name="pair_select" id="pair_select">
- <option value="-1">None</option>
- </select>
- <label for="pair_offset">Pairing offset:</label>
- <input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0">
- </span>
- <br>
<br>
<span id="muting">
<label for="mute_select" style="float: left">Mute a character: </label>