Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Jul 21, 2024
1 parent 2293c25 commit b42670a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
window.location.reload()
}, false);

const event = async ({transaction}) => {
helpers.closePopup();
await helpers.sleep(100);
const event = async (ctx) => {
ctx.disablePopup = true;
$('.overlay').remove();
form.append(transactionInput(transaction))
form.append(transactionInput(ctx.transaction))
$('#cryptopay, #cryptopay-lite').after(submit)
$('#cryptopay, #cryptopay-lite').remove();
form.find('input[type="submit"]').click()
Expand Down

0 comments on commit b42670a

Please sign in to comment.