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. 4
      LNbits/static/app.js

4
LNbits/static/app.js

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

Loading…
Cancel
Save