copy/paste bug address

This commit is contained in:
Ben Arc 2021-04-14 22:44:08 +01:00
parent c39399befa
commit a4255e1594

View File

@ -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) {})