From 4a2a1ab451d05163602258200f08637183cee308 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 27 Jan 2022 18:19:11 -0500 Subject: [PATCH] Remove motd dynamic update as it breaks json loading --- app/frontend/templates/public/status.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index fd4ec1ab..c80cbe84 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -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) {