diff options
Diffstat (limited to 'js/acountLogin.js')
| -rw-r--r-- | js/acountLogin.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/js/acountLogin.js b/js/acountLogin.js index 53cb4b8..3b50e2f 100644 --- a/js/acountLogin.js +++ b/js/acountLogin.js @@ -62,17 +62,17 @@ function DELoader() { let width = 0; function loadMeter() { - if (width < 100) { - if (100 - width < 10) { - width = 100; - } else { - width += Math.round(Math.random() * 10); - } - meterLoaderElement.style.width = width + "%"; - } else { + // if (width < 100) { + // if (100 - width < 10) { + // width = 100; + // } else { + // width += Math.round(Math.random() * 10); + // } + // meterLoaderElement.style.width = width + "%"; + // } else { loadingDesktopExperienceElement.style.display = "none"; document.getElementById('desktop').style.display = "block"; - } + // } } (function loop() { |
