From ff2602bb598b6e82330a9a0b2453e44d70c94c39 Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 4 Mar 2022 15:19:09 -0500 Subject: removed pseudo Doc type system. playing with hot reloading. --- deploy/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'deploy') diff --git a/deploy/index.html b/deploy/index.html index a236de872..f8003f126 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -34,7 +34,7 @@ align-content: center; justify-content: center; background-color: #BDDDF5; - transition: 3s; + transition: .3s; z-index: 10; z-index: 10; width: 100%; @@ -139,11 +139,11 @@ if (document.getElementById("dash-progress")) document.getElementById("dash-progress").style.width = width if (document.getElementById("dash-progress")) document.getElementById("dash-loader-text").innerHTML = msg } - setTimeout(() => dashmesg("10%", "Loading Dash..."), load / 10); - setTimeout(() => dashmesg("33%", "Preparing dashboards..."), load / 3); - setTimeout(() => dashmesg("50%", "Initializing scripts..."), load / 2); - setTimeout(() => dashmesg("75%", "Fetching documents..."), load / 4 * 3); - setTimeout(() => dashmesg("100%", "Finalising setup..."), load); + // setTimeout(() => dashmesg("10%", "Loading Dash..."), load / 10); + // setTimeout(() => dashmesg("33%", "Preparing dashboards..."), load / 3); + // setTimeout(() => dashmesg("50%", "Initializing scripts..."), load / 2); + // setTimeout(() => dashmesg("75%", "Fetching documents..."), load / 4 * 3); + // setTimeout(() => dashmesg("100%", "Finalising setup..."), load);
-- cgit v1.2.3-70-g09d2