mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-08 19:50:10 +02:00
copy/paste bug address
This commit is contained in:
@@ -177,7 +177,7 @@
|
|||||||
document.domain +
|
document.domain +
|
||||||
':' +
|
':' +
|
||||||
location.port +
|
location.port +
|
||||||
'/copilot/ws/compose/{{ copilot.id }}'
|
'/copilot/ws/panel/{{ copilot.id }}'
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
this.connection = new WebSocket(
|
this.connection = new WebSocket(
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
document.domain +
|
document.domain +
|
||||||
':' +
|
':' +
|
||||||
location.port +
|
location.port +
|
||||||
'/copilot/ws/compose/{{ copilot.id }}'
|
'/copilot/ws/panel/{{ copilot.id }}'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
this.connection.addEventListener('open', function (event) {})
|
this.connection.addEventListener('open', function (event) {})
|
||||||
|
Reference in New Issue
Block a user