mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
lnurl big
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
></video>
|
></video>
|
||||||
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
<img src="" style="width: 100%" id="animations" class="fixed-bottom-left" />
|
||||||
<qrcode
|
<qrcode
|
||||||
style="width: 10%; z-index: 9999"
|
style="width: 20%; z-index: 9999"
|
||||||
:value="{{copilot.lnurl}}"
|
:value="{{copilot.lnurl}}"
|
||||||
class="rounded-borders fixed-top-right"
|
class="rounded-borders fixed-top-right"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
|
@@ -171,6 +171,7 @@
|
|||||||
console.log('{{ copilot.id }}')
|
console.log('{{ copilot.id }}')
|
||||||
|
|
||||||
if (location.protocol == 'https:') {
|
if (location.protocol == 'https:') {
|
||||||
|
console.log(location.protocol)
|
||||||
this.connection = new WebSocket(
|
this.connection = new WebSocket(
|
||||||
'wss://' +
|
'wss://' +
|
||||||
document.domain +
|
document.domain +
|
||||||
|
Reference in New Issue
Block a user