Browse Source

Update index.js

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
ae778c19a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lnbits/core/static/js/index.js

4
lnbits/core/static/js/index.js

@ -3,6 +3,10 @@ new Vue({
mixins: [windowMixin], mixins: [windowMixin],
data: function () { data: function () {
return { return {
disclaimerDialog: {
show: false,
data: {}
},
walletName: '' walletName: ''
}; };
}, },

Loading…
Cancel
Save