mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 21:02:31 +02:00
copy/paste bug address
This commit is contained in:
@@ -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) {})
|
||||
|
Reference in New Issue
Block a user