Skip to content

Commit

Permalink
Fixed useless timer & perfomance code
Browse files Browse the repository at this point in the history
  • Loading branch information
Klubuntu authored Jan 23, 2022
1 parent 1bdde69 commit 922ba4e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions beta/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ function updateprogress() {
setTimeout(function() { $("progressv").html(".<f>.</f>."); }, 1600);
setTimeout(function() { updateprogress() }, 1600);
i = i + 1;


console.log(i);

}
updateprogress();

Expand Down Expand Up @@ -288,12 +284,10 @@ function loadPage() {
setTimeout(function() {
$(sw).removeClass("unswitched2")
backIcons()


}, 620);
//backIcons();
eIconsswitch = 0
}
})
})
}
}

1 comment on commit 922ba4e

@vercel
Copy link

@vercel vercel bot commented on 922ba4e Jan 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.