aboutsummaryrefslogtreecommitdiff
path: root/js/acountLogin.js
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-11-13 22:29:39 +0530
committerPriyansh <[email protected]>2020-11-13 22:29:39 +0530
commitc62911c83e7849cc8cc0e358c3187659123a4a32 (patch)
tree1a38da52460c2ec1d816476c12104c74c14d374a /js/acountLogin.js
parentcb0a123664554a3735f464efb5d30930c6dd90c0 (diff)
downloadnineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.tar.xz
nineties-computing-c62911c83e7849cc8cc0e358c3187659123a4a32.zip
Desktop View
Diffstat (limited to 'js/acountLogin.js')
-rw-r--r--js/acountLogin.js18
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() {