This commit is contained in:
2025-12-14 12:03:52 +01:00
parent 085c98cc60
commit 63453f9d0a
+1
View File
@@ -287,6 +287,7 @@
} }
if(currentIndex+1 === i && skipNext && putQueue.length === 0) { if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
li.style.textDecoration = "line-through"; li.style.textDecoration = "line-through";
console.log(i, currentIndex, li.textContent)
} }
ul.appendChild(li); ul.appendChild(li);
}); });