Browse Source

Fixed QR codes not printing

atmext
benarc 4 years ago
parent
commit
d8da88aefa
  1. 1
      lnbits/extensions/withdraw/templates/withdraw/print_qr.html

1
lnbits/extensions/withdraw/templates/withdraw/print_qr.html

@ -54,7 +54,6 @@
new Vue({
el: '#vue',
mixins: [windowMixin],
data: function () {
return {
theurl: location.protocol + '//' + location.host,

Loading…
Cancel
Save