checkbox can't be unselected

This commit is contained in:
counterweight 2025-02-25 00:52:25 +01:00
parent d308d2f26d
commit fad4e7a174
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 13 additions and 18 deletions

View file

@ -70,7 +70,7 @@
id="input-eur-amount"
type="text"
class="money-input input-money-amount"
placeholder="100"
value="100"
required
/>
<div id="eur-symbol" class="curr-symbol">
@ -162,7 +162,7 @@
</div>
<%- include("partials/appCommonScripts") %>
<script src="/javascript/offers.js"></script>
<script src="/javascript/utils.js"></script>
<script src="/javascript/offers.js"></script>
</body>
</html>