aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html
index f166c52..ba4f0f6 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -160,6 +160,7 @@
<select name="pair_select" id="pair_select">
<option value="-1">None</option>
</select>
+ <br>
<label for="pair_offset">Pairing offset:</label>
<input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0">
</span>
@@ -168,8 +169,11 @@
<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">
+ <br>
<label for="showname">Show others:</label>
<input id="showname" name="showname" type="checkbox" onclick="showname_click()">
+ <br>
+ <br>
<label for="check_nonint">Noninterrupting Preanimation:</label>
<input type="checkbox" name="check_nonint" id="check_nonint">
</span>