consolen output entf

This commit is contained in:
troy
2022-03-19 12:51:40 +01:00
parent cb5aba50b4
commit 2999ab9408
3 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
function trackScroll() {
var scrolled = window.pageYOffset;
var coords = document.documentElement.clientHeight;
console.log(coords,scrolled);
if (scrolled > coords) {
goTopBtn.classList.add('back_to_top-show');