From 21bf3016292e639e90f1ad7bfa165bf1fe97118c Mon Sep 17 00:00:00 2001 From: Interitio Date: Sat, 1 Nov 2025 11:36:36 +1000 Subject: [PATCH] Adjust links for mixed-content issues. --- index.html | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6e5c5cd..b741f4d 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + diff --git a/main.js b/main.js index ff1ec81..ae31a0b 100644 --- a/main.js +++ b/main.js @@ -5,7 +5,7 @@ let focusing = {}; window.addEventListener("DOMContentLoaded", () => { importStyles(); - const websocket = new ReconnectingWebSocket("ws://adamwalsh.name:9525"); + const websocket = new ReconnectingWebSocket("wss://croccyfocus.thewisewolf.dev/ws"); setInterval(updateTimers, 1000); communicate(websocket); });