Set numeric limits on WI order/depth

This commit is contained in:
Cohee 2023-09-21 21:26:30 +03:00
parent 5fbb232d69
commit d8380a390a
1 changed files with 1 additions and 1 deletions

View File

@ -3981,7 +3981,7 @@
<div class="world_entry_form_control wi-enter-footer-text flex-container flexNoGap ">
<label for="order" data-i18n="Order:">Order:</label>
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" />
<input class="text_pole wideMax100px margin0" type="number" name="order" placeholder="" min="0" max="10000" />
</div>