mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove motd dynamic update as it breaks json loading
This commit is contained in:
parent
85eef71b9e
commit
4a2a1ab451
@ -146,12 +146,10 @@
|
||||
for (server of data) {
|
||||
update_one_server_status(server);
|
||||
}
|
||||
display_motd();
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
console.log("ready!");
|
||||
display_motd()
|
||||
|
||||
if (webSocket)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user