Browse Source
Update app.js
Wrapped invoice output into box
fee_issues
Arc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
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>" + |
|
|