From 76b243d695311b93fdf5eea9a1ca09b5f2f595b0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 26 Feb 2022 18:24:03 -0500 Subject: [PATCH] Remove codeblock that would cause js to vomit --- app/frontend/templates/panel/parts/details_stats.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/frontend/templates/panel/parts/details_stats.html b/app/frontend/templates/panel/parts/details_stats.html index c5f070e5..019050f8 100644 --- a/app/frontend/templates/panel/parts/details_stats.html +++ b/app/frontend/templates/panel/parts/details_stats.html @@ -134,11 +134,6 @@ server_version = document.getElementById('version'); server_input_motd = document.getElementById('input_motd'); - if (server['stats']['updating']){ - server_status.setAttribute("class", "text-success"); - server_status.innerHTML = `{{ translate('serverTerm', 'updating', data['lang']) }}`; - } - /* TODO Update each element */ if (server.running){ if (server['stats']['waiting_start']){