emile 9 months ago
parent dc6ce456ad
commit ed5ff67bab

@ -1,6 +1,6 @@
const chat_ws_scheme = window.location.protocol === "https:" ? "wss" : "ws";
const protocol = window.location.protocol === "https:" ? "https" : "http";
const domain = "osina.ositcom";
const domain = "osina.ositcom.com";
let osichatSocket;
let isOpen = false;
let chatLoaded = false;

Loading…
Cancel
Save