Skip to content

Commit 5abd276

Browse files
author
Gurasuraisu
committed
GDPR
1 parent 3f1e7ab commit 5abd276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/kirbservices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ window.Analytics = {
1515
const setupComplete = localStorage.getItem('hasVisitedBefore') === 'true';
1616
if (!setupComplete) return;
1717

18-
const enabled = localStorage.getItem('telemetryEnabled') !== 'false';
18+
const enabled = localStorage.getItem('telemetryEnabled') === 'true';
1919
if (!enabled) return;
2020

2121
if (!document.getElementById('goatcounter-script')) {

0 commit comments

Comments
 (0)