Remove motd dynamic update as it breaks json loading

This commit is contained in:
Andrew 2022-01-27 18:19:11 -05:00
parent 85eef71b9e
commit 4a2a1ab451

View File

@ -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)
{