diff options
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index c1ec2ba..e2a5e23 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -178,6 +178,7 @@ <tr ><td><p>Horizontal offset:</p></td><td><input type="range" name="pair_offset" id="pair_offset" min="-100" max="100" value="0"></td></tr> <tr id="y_offset" style="display: none"><td><p >Vertical offset:</p></td><td><input type="range" name="pair_y_offset" id="pair_y_offset" min="-100" max="100" value="0"></td></tr> </table> + <input id="pair_reset" type="button" value="Reset" onclick="resetOffset()"> <br> <span id="cccc" style="display: none"> <label for="ic_chat_name">Custom Showname:</label> |
