kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Bigcty update
rodzic
e8b158f72f
commit
72ed4dd122
Plik diff jest za duży
Load Diff
|
@ -624,6 +624,7 @@ function getChunkedBuffer(file_url, callback, flag, mode, port, cookie, errorHan
|
|||
.on("end", function () {})
|
||||
.on("error", function (e)
|
||||
{
|
||||
ulsUpdatedTd.innerHTML = "<b><i>Error downloading</i></b>";
|
||||
console.error("Got error: " + e.message);
|
||||
});
|
||||
});
|
||||
|
|
|
@ -622,7 +622,15 @@ function gtChatSendUUID()
|
|||
{
|
||||
var msg = Object();
|
||||
msg.type = "uuid";
|
||||
if (g_appSettings.chatUUID != "") msg.uuid = g_appSettings.chatUUID;
|
||||
if (g_appSettings.chatUUID != "")
|
||||
{
|
||||
msg.uuid = g_appSettings.chatUUID;
|
||||
}
|
||||
else
|
||||
{
|
||||
msg.uuid = null;
|
||||
}
|
||||
|
||||
msg.call = myDEcall;
|
||||
msg.ver = gtShortVersion;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue