aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-03-17 16:35:32 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-03-17 16:35:32 -0400
commitcb5f0847b098d89a1390acf90579b3c7fbc5ac3e (patch)
tree0266608b61495b5903ff419fa26e04fb5fbeef0a /deploy
parentf1f341b53a1a49427cf7ef40afdcd95a9b0e4e9d (diff)
parent5c874c6829d9957696dfe61014173b6800c864df (diff)
Merge branch 'naafi-linking' of https://github.com/brown-dash/Dash-Web into naafi-linking
Diffstat (limited to 'deploy')
-rw-r--r--deploy/index.html12
1 files changed, 6 insertions, 6 deletions
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);
</script>
</div>
<div id="dash-loader-text" class="dash-loader-text">