Move OAMS from oams.space to tagloomis.com until SSL issues on server are fixed.

merge-requests/43/head
Paul Traina 2020-12-07 15:22:06 -08:00
rodzic 6a78117d1e
commit e7ee1e2b5b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -62,10 +62,10 @@ function gtConnectChat() {
return;
}
var rnd = parseInt(Math.random() * 10) + 18360;
var rnd = parseInt(Math.random() * 10) + 18260;
try {
g_gtState = ChatState.connecting;
g_gtChatSocket = new WebSocket("wss://oams.space:" + rnd);
g_gtChatSocket = new WebSocket("wss://tagloomis.com:" + rnd);
} catch (e) {
g_gtState = ChatState.error;
return;