diff --git a/modules/web.html b/modules/web.html
index 3ad32f8..3530330 100644
--- a/modules/web.html
+++ b/modules/web.html
@@ -284,7 +284,7 @@
li.classList.add("current");
currentIndex = i;
}
- if(currentIndex+1 === i && skipNext) {
+ if(currentIndex+1 === i && skipNext && putQueue.length === 0) {
li.style.textDecoration = "line-through";
}
ul.appendChild(li);