remove unused stuff

This commit is contained in:
counterweight 2025-02-25 14:02:16 +01:00
parent 5f91461799
commit 7a6abbcb84
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 1 additions and 10 deletions

View file

@ -202,10 +202,6 @@
width: 2em; width: 2em;
} }
#at-least-one-checkbox {
color: red;
}
#submit-button-area { #submit-button-area {
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;

View file

@ -23,9 +23,7 @@ const btcAmountInput = document.getElementById('input-btc-amount');
const onchainCheckbox = document.getElementById('onchain-checkbox'); const onchainCheckbox = document.getElementById('onchain-checkbox');
const lightningCheckbox = document.getElementById('lightning-checkbox'); const lightningCheckbox = document.getElementById('lightning-checkbox');
const btcMethodCheckboxesWarning = document.getElementById(
'at-least-one-checkbox'
);
const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox]; const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox];

View file

@ -108,9 +108,6 @@
checked checked
/><label for="lightning">Lightning</label> /><label for="lightning">Lightning</label>
</div> </div>
<p id="at-least-one-checkbox" style="display: none">
Tienes que seleccionar al menos una opción.
</p>
</div> </div>
<div id="trust-area"> <div id="trust-area">
<h3>¿Quién puede ver la oferta?</h3> <h3>¿Quién puede ver la oferta?</h3>