diff options
| -rw-r--r-- | www/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/index.js b/www/js/index.js index aa8e28c..3f38d0f 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -207,7 +207,7 @@ $('#mainpage').on('pagebeforeshow', function(){ /* Piwik initialisieren */ _paq.push(['setCustomVariable', 4, 'DNT', dntrack, 'visit']); - _paq.push(['setDoNotTrack', dntrack]); + _paq.push(['setDoNotTrack', Boolean(dntrack)]); }); // Login-Popup beim Start |
