@@ -58,7 +58,7 @@ function idle() {
let cardIndex = 0;
setInterval(function() {
idleTime+=2;
if (idleTime > 1) {
if (idleTime > 60) {
openCard(cards, cardIndex++ % cards.length);
}
}, 10000);
The note is not visible to the blocked user.