diff options
| author | sD <stoned@derpymail.org> | 2020-03-27 16:03:39 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-27 16:03:39 +0100 |
| commit | eef6c145104a28f114dff1dd2f3e991a543ea56f (patch) | |
| tree | 01cb515fe16859036b1a7ea28afc38680fc3a7b8 /webAO/client.html | |
| parent | 27843d035a82e8b392066a7351c20473b36a0635 (diff) | |
pairing is a character option, not an action
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 19 |
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> |
