This commit is contained in:
2022-02-08 15:59:11 +01:00
parent ca25cd55fd
commit 2a5eadc8cf
5 changed files with 46 additions and 53 deletions

View File

@@ -58,7 +58,7 @@ $(function() {
var webSocket = new ReconnectingWebSocket((getProtocol() === 'https://' || window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host + '/ws/panel', null, { reconnectInterval: 500 }),
var webSocket = new ReconnectingWebSocket((getProtocol() === 'https://' || window.location.protocol === 'https:' ? 'wss://' : 'ws://') + 'twitchbot.helcel.net' + '/ws/panel', null, { reconnectInterval: 500 }),
callbacks = [],
listeners = [],
familyHandlers = {},