mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove codeblock that would cause js to vomit
This commit is contained in:
parent
09335fc3d9
commit
76b243d695
@ -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']){
|
||||
|
Loading…
Reference in New Issue
Block a user