Skip to content

Commit

Permalink
Merge pull request #826 from xzzy/master
Browse files Browse the repository at this point in the history
Remove Debug
  • Loading branch information
xzzy committed Oct 1, 2020
2 parents 8e0203a + 2a8221d commit 0d79287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/templates/checkout/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h2>{% trans 'Totals' %}</h2>
div.id = "payment-loader-popup";
div.style.height = pageheight;
document.body.prepend(div);
document.getElementById("payment-loader").innerHTML= "LOADING";
//document.getElementById("payment-loader").innerHTML= "LOADING";
}

function windowResized() {
Expand Down

0 comments on commit 0d79287

Please sign in to comment.