Browse Source

Update app.js

Wrapped invoice output into box
fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
8d06f2f402
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      LNbits/static/app.js

6
LNbits/static/app.js

@ -81,9 +81,9 @@ function sendfundspaste() {
'<br/>Memo: ' +
outmemo +
'</h3>' +
"<h4 style='word-wrap: break-word;'>" +
invoice +
'</h4>' +
"<div class='input-group input-group-sm'><input type='text' id='invoiceinput' class='form-control' value='" +
invoice +
"'><span class='input-group-btn'><button class='btn btn-info btn-flat' type='button' onclick='copyfunc()'>Copy</button></span></div></br/>" +
"<button type='submit' class='btn btn-primary' onclick='sendfunds(" +
JSON.stringify(invoice) +
")'>Send funds</button>" +

Loading…
Cancel
Save