dkl9 commited on 2025-209 19:12:10 Showing 1 changed files, with 2 additions and 0 deletions.
@@ -49,6 +49,8 @@ if (gotitButton) {
}
function playedToday(s) {
+ if (puzzleNum == 0)
+ return false;
if (!s)
s = (localStorage.getItem("score") || "").split("\n");
return s[0] && s[0].split(" ")[1] == puzzleNum;