1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fixes for js

This commit is contained in:
Lars Kusch 2022-12-17 15:05:13 +01:00
parent aab55a9346
commit efa148e742
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ class ProcessBACS {
});}
else{
document.getElementById('pay-now').addEventListener('click', (e) => {
let token = document.querySelector('input[name=token]').value;
let payNowButton = document.getElementById('pay-now');
this.payNowButton = payNowButton;
this.payNowButton.disabled = true;

View File

@ -44,7 +44,6 @@ class ProcessBACS {
});}
else{
document.getElementById('pay-now').addEventListener('click', (e) => {
let token = document.querySelector('input[name=token]').value;
let payNowButton = document.getElementById('pay-now');
this.payNowButton = payNowButton;
this.payNowButton.disabled = true;