Adjust links for mixed-content issues.

This commit is contained in:
2025-11-01 11:36:36 +10:00
parent fcc11fdc18
commit 21bf301629
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"></script>
<script src="configs.js"></script>
<script src="main.js"></script>

View File

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