Refactor - Change height to CM

This commit is contained in:
Mycroft
2022-04-30 11:14:51 +01:00
parent e829bf94a4
commit ab42f3819f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ Config.UseDeferrals = false -- EXPERIMENTAL Character Registration Method.
-- These values are for the second input validation in server/main.lua
Config.MaxNameLength = 20
Config.MinHeight = 45
Config.MaxHeight = 96
Config.MinHeight = 120
Config.MaxHeight = 220
Config.LowestYear = 1900
Config.HighestYear = 2021
+1 -1
View File
@@ -18,7 +18,7 @@
<div style="color: rgb(46, 187, 205);font-size: 12px; font-family: 'Gill Sans', sans-serif", sans-serif;>Date of Birth (MM/DD/YYYY)</div>
<input id="dateofbirth" type="text" name="dateofbirth" class="" placeholder="Date of Birth (MM/DD/YYYY)" dateformat="M d y" min="01/01/1900" max="12/31/2020" onfocus="(this.type='date')"><br>
<div style="color: rgb(46, 187, 205);font-size: 12px; font-family: 'Gill Sans', sans-serif", sans-serif;>Height</div>
<input id="height" type="number" class="" name="height" min="48" max="96" placeholder="Height" onKeyDown="if(this.value.length==2 && event.keyCode!=8)"><br>
<input id="height" type="number" class="" name="height" min="120" max="220" placeholder="Height (cm)" onKeyDown="if(this.value.length==2 && event.keyCode!=8)"><br>
<center>
<div class="radio-toolbar">
<input type="radio" id="radiom" name="sex" value="m" checked>