move button
This commit is contained in:
parent
98faeb2f1b
commit
aea850c642
3 changed files with 21 additions and 22 deletions
|
|
@ -387,5 +387,5 @@
|
|||
|
||||
#close-offer {
|
||||
margin-left: auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -617,8 +617,10 @@ for (const btcMethodCheckbox of btcMethodCheckboxes) {
|
|||
});
|
||||
}
|
||||
|
||||
publishOfferButton.addEventListener('click', () => {
|
||||
publishOffer();
|
||||
publishOfferButton.addEventListener('click', async () => {
|
||||
await publishOffer();
|
||||
await myOffers.getOffersFromApi();
|
||||
await myOffers.render();
|
||||
});
|
||||
|
||||
updateBtcInput();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue