Merge branch 'master' of leafbla.de:dominic/waschmarken

This commit is contained in:
Dominic Zimmer 2020-07-18 01:04:48 +02:00
commit aeb0d73d79

View File

@ -74,7 +74,7 @@
<div class="flex biceps"> <div class="flex biceps">
<div> <div>
<input type="number" id="sellvalue" value = "1" > <input type="number" id="sellvalue" value = "1" min="0">
<input type="button" id="sell" value="Sell"> <input type="button" id="sell" value="Sell">
</div> </div>
</div> </div>