From 63453f9d0a32a2ef8d1ce3f90219f759eeab4a11 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 14 Dec 2025 12:03:52 +0100 Subject: [PATCH] debug --- modules/web.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/web.html b/modules/web.html index eb2c4eb..5dfba17 100644 --- a/modules/web.html +++ b/modules/web.html @@ -287,6 +287,7 @@ } if(currentIndex+1 === i && skipNext && putQueue.length === 0) { li.style.textDecoration = "line-through"; + console.log(i, currentIndex, li.textContent) } ul.appendChild(li); });