remove unused stuff
This commit is contained in:
parent
5f91461799
commit
7a6abbcb84
3 changed files with 1 additions and 10 deletions
|
|
@ -202,10 +202,6 @@
|
|||
width: 2em;
|
||||
}
|
||||
|
||||
#at-least-one-checkbox {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#submit-button-area {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@ const btcAmountInput = document.getElementById('input-btc-amount');
|
|||
|
||||
const onchainCheckbox = document.getElementById('onchain-checkbox');
|
||||
const lightningCheckbox = document.getElementById('lightning-checkbox');
|
||||
const btcMethodCheckboxesWarning = document.getElementById(
|
||||
'at-least-one-checkbox'
|
||||
);
|
||||
|
||||
|
||||
const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue