From a4255e159463cb000a75ba2c205be561da3c3c4d Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Wed, 14 Apr 2021 22:44:08 +0100 Subject: [PATCH] copy/paste bug address --- lnbits/extensions/copilot/templates/copilot/panel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/copilot/templates/copilot/panel.html b/lnbits/extensions/copilot/templates/copilot/panel.html index a1ad42a0d..2554d3cdd 100644 --- a/lnbits/extensions/copilot/templates/copilot/panel.html +++ b/lnbits/extensions/copilot/templates/copilot/panel.html @@ -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) {})