We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1e7ab commit 5abd276Copy full SHA for 5abd276
1 file changed
js/kirbservices.js
@@ -15,7 +15,7 @@ window.Analytics = {
15
const setupComplete = localStorage.getItem('hasVisitedBefore') === 'true';
16
if (!setupComplete) return;
17
18
- const enabled = localStorage.getItem('telemetryEnabled') !== 'false';
+ const enabled = localStorage.getItem('telemetryEnabled') === 'true';
19
if (!enabled) return;
20
21
if (!document.getElementById('goatcounter-script')) {
0 commit comments