diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-22 17:34:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:48 +0200 |
| commit | 4e5404ad9c5dbf335c5cfe7c0ab6388e03116f56 (patch) | |
| tree | 0aab4dfd2f891bd59f71874330a29df31faa9826 /www/js | |
| parent | 1254be5dd34f4bca98b2471beb77f1b83a7af11c (diff) | |
| download | wvs-vplan-4e5404ad9c5dbf335c5cfe7c0ab6388e03116f56.tar.gz wvs-vplan-4e5404ad9c5dbf335c5cfe7c0ab6388e03116f56.zip | |
Versuch, Do Not Track zu beachten
Diffstat (limited to 'www/js')
| -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 |
