mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
copy/paste bug address
This commit is contained in:
parent
c39399befa
commit
a4255e1594
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@
|
|||
document.domain +
|
||||
':' +
|
||||
location.port +
|
||||
'/copilot/ws/compose/{{ copilot.id }}'
|
||||
'/copilot/ws/panel/{{ copilot.id }}'
|
||||
)
|
||||
} else {
|
||||
this.connection = new WebSocket(
|
||||
|
@ -185,7 +185,7 @@
|
|||
document.domain +
|
||||
':' +
|
||||
location.port +
|
||||
'/copilot/ws/compose/{{ copilot.id }}'
|
||||
'/copilot/ws/panel/{{ copilot.id }}'
|
||||
)
|
||||
}
|
||||
this.connection.addEventListener('open', function (event) {})
|
||||
|
|
Loading…
Add table
Reference in a new issue