Browse Source

add missing protocol (to ensure http - or more likely - https://)

LNURLwalletsupport
Robert Habermann 5 years ago
parent
commit
1e36a8a393
  1. 4
      lnbits/extensions/withdraw/templates/withdraw/print_qr.html

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

@ -68,12 +68,12 @@
mixins: [windowMixin],
data: function () {
return {
theurl: location.host,
theurl: location.protocol + '//' + location.host,
printDialog: {
show: true,
data: null
}
}
};
}
})
</script>

Loading…
Cancel
Save