From 089e802a0d82656062e76c5bfec57008da6a011a Mon Sep 17 00:00:00 2001 From: gocivici Date: Tue, 11 Oct 2022 16:41:57 +0300 Subject: [PATCH] added plausible analytics --- index.html | 3 ++- main.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1ef1adb..4b64c55 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ + @@ -283,7 +284,7 @@ - + diff --git a/main.js b/main.js index 56518f9..42f0591 100644 --- a/main.js +++ b/main.js @@ -1359,6 +1359,7 @@ console.log("day count:" + dayCount); submitBonus(1); } + plausible('Played') console.log(textResult); document.getElementById("guessForm").reset(); markCalendar();