mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-04 01:53:59 +01:00
Update app.js
Wrapped invoice output into box
This commit is contained in:
parent
21598f862d
commit
8d06f2f402
1 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@ function sendfundspaste() {
|
|||
'<br/>Memo: ' +
|
||||
outmemo +
|
||||
'</h3>' +
|
||||
"<h4 style='word-wrap: break-word;'>" +
|
||||
"<div class='input-group input-group-sm'><input type='text' id='invoiceinput' class='form-control' value='" +
|
||||
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(" +
|
||||
JSON.stringify(invoice) +
|
||||
")'>Send funds</button>" +
|
||||
|
|
Loading…
Add table
Reference in a new issue