diff --git a/index.html b/index.html index 612f2fc07..791294843 100644 --- a/index.html +++ b/index.html @@ -279,7 +279,6 @@ 'setDomains', ['*.mon-entreprise.fr', '*.mycompanyinfrance.fr'] ]) - _paq.push(['trackPageView']) _paq.push(['enableHeartBeatTimer', 30]) _paq.push(['enableLinkTracking']) ;(function() { diff --git a/source/Tracker.ts b/source/Tracker.ts index ce3bde045..22d590aed 100644 --- a/source/Tracker.ts +++ b/source/Tracker.ts @@ -33,6 +33,7 @@ export default class Tracker { if (iOSSafari && inIframe) { pushFunction(['disableCookies']) } + pushFunction(['trackPageView']) } connectToHistory(history: History) {