mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 01:32:17 +01:00
Merge pull request #56 from frennkie/fix-withdraw
fix https being stripped from QRCodes when showing print view
This commit is contained in:
commit
55a9dc749a
@ -68,12 +68,12 @@
|
||||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
theurl: location.host,
|
||||
theurl: location.protocol + '//' + location.host,
|
||||
printDialog: {
|
||||
show: true,
|
||||
data: null
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user