diff --git a/lnbits/extensions/withdraw/templates/withdraw/print_qr.html b/lnbits/extensions/withdraw/templates/withdraw/print_qr.html index 0da0db6..61b59d5 100644 --- a/lnbits/extensions/withdraw/templates/withdraw/print_qr.html +++ b/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 } - } + }; } })