mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-08-01 01:39:20 +02:00
minor fixes, code cleanup, accesibility features
This commit is contained in:
+2
-2
@@ -25,13 +25,13 @@ function send(request) {
|
||||
{
|
||||
if (!serverConfig.identification.token)
|
||||
{
|
||||
logInfo("Succesfully registered in FM-DX Server Map.");
|
||||
logInfo("Registered to FM-DX Server Map successfully.");
|
||||
serverConfig.identification.token = data.token;
|
||||
configSave();
|
||||
}
|
||||
else
|
||||
{
|
||||
logInfo("Succesfully updated FM-DX Server Map.");
|
||||
logInfo("FM-DX Server Map update successful.");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user