diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 9db63bed..57842753 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -273,12 +273,12 @@ + + + {% block script %} {% endblock %} @@ -182,7 +184,7 @@ return; } - if (localStorage.getItem('goatcounter-ignore') === 't') { + if (store.get('goatcounter-ignore') === 't') { console.log("GoatCounter is disabled"); return; }