From b8e0094052a2947bbf9e40147050d18ae2d94420 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 28 Jun 2026 23:55:39 +0800 Subject: url changes --- www/scripts/scroll.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'www/scripts/scroll.js') diff --git a/www/scripts/scroll.js b/www/scripts/scroll.js index 6a61015..fca8c0a 100644 --- a/www/scripts/scroll.js +++ b/www/scripts/scroll.js @@ -16,8 +16,6 @@ function progress() { }); const nodes = document.getElementsByClassName("node"); - console.log(sections); - if (nodes[0]) { for (var i = 0; i < sections.length; i++) { if (isInViewport(sections[i])) { -- cgit v1.2.3