mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
fix wallet creation from homepage.
This commit is contained in:
parent
29a187d36b
commit
391ec689ff
@ -280,8 +280,9 @@ function sidebarmake() {
|
||||
}
|
||||
|
||||
function newwallet() {
|
||||
walname = document.getElementById('walname').value
|
||||
window.location.href = 'wallet?usr=' + user + '&nme=' + walname
|
||||
var walname = document.getElementById('walname').value
|
||||
window.location.href =
|
||||
'wallet?' + (user ? 'usr=' + user + '&' : '') + 'nme=' + walname
|
||||
}
|
||||
|
||||
function drawChart(transactions) {
|
||||
|
Loading…
Reference in New Issue
Block a user