From a9741bb203fade2e7365853f57ba642e9a012a4f Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 12 Feb 2024 14:23:35 +0800 Subject: [PATCH] Defer loading of js code on landing pages So that DOM tree can be processed earlier. --- src/webui/www/private/index.html | 32 ++++++++++++++++---------------- src/webui/www/public/index.html | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index 1b5d2a3e7..ba632c571 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -18,22 +18,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/webui/www/public/index.html b/src/webui/www/public/index.html index b8c95be4f..095d46cd6 100644 --- a/src/webui/www/public/index.html +++ b/src/webui/www/public/index.html @@ -11,7 +11,7 @@ - +