Fix default level

This commit is contained in:
b 2021-01-26 03:42:13 -06:00
parent af90778104
commit 0e6f9eb558
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ const url_tag = location.hash.slice(1);
console.log(url_base); console.log(url_base);
console.log(url_tag); console.log(url_tag);
const BUILD_VERSION = "6.9.9"; const BUILD_VERSION = "6.9.10";
function setTitle() { function setTitle() {
let text; let text;

View file

@ -164,7 +164,7 @@
<td class="left"> <td class="left">
<br/> <br/>
<label for="level-choice">Level:</label><br> <label for="level-choice">Level:</label><br>
<input class="iteminput" id="level-choice" name="level-choice" placeholder="106" value="" tabindex="15"/> <input class="iteminput" id="level-choice" name="level-choice" value="106" tabindex="15"/>
<p class="error" style="color: red; top: 30px; font-size: 10px; padding: 0; margin: 0; height: 5px; font-family: 'Nunito', sans-serif;"></p> <p class="error" style="color: red; top: 30px; font-size: 10px; padding: 0; margin: 0; height: 5px; font-family: 'Nunito', sans-serif;"></p>
</td> </td>
</tr> </tr>