Tag 2022-12-18 15:57:53 -08:00
rodzic 7a6403e7fe
commit 031e7aab81
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ function gtConnectChat()
g_gtState = ChatState.error;
return;
}
if (typeof jsmesg.type == "undefined")
if (!("type" in jsmesg))
{
g_gtState = ChatState.error;
return;