diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-03-20 10:29:42 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-03-20 10:29:42 -0400 |
commit | 0a5e02a87fdabff5ff8399829ff857cae90fc1e2 (patch) | |
tree | b7c05080dac66366768f23e59a43f62533a22415 /deploy | |
parent | 1f7cf7babc76ecff5aef5fe663c48e067e85dd26 (diff) |
Revert "Merge remote-tracking branch 'origin/speedups2' into temporalmedia-mehek"
This reverts commit 1f7cf7babc76ecff5aef5fe663c48e067e85dd26, reversing
changes made to 1e3ad4de06f83eab54628de660529fefb9a0dc63.
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deploy/index.html b/deploy/index.html index f8003f126..a236de872 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"> |