Adjust links for mixed-content issues.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
2
main.js
2
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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user