Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-12 15:50:45 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-12 15:50:45 +0400
commit0aea1092d32050dfb0b0f6791061536a6777acbc (patch)
treea75569f735aa0613c14a5b6859858f243499f0a5 /js
parent99495b246cacd32be61e44519801b09a236c8fca (diff)
refs #4996 apply enableLinkTracking first before trackContentImpressions or so
Diffstat (limited to 'js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 1c8b48c6d9..979861fd3a 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -4819,7 +4819,7 @@ if (typeof Piwik !== 'object') {
asyncTracker = new Tracker();
- var applyFirst = {setTrackerUrl: 1, setAPIUrl: 1, setSiteId: 1, disableCookies: 1};
+ var applyFirst = {setTrackerUrl: 1, setAPIUrl: 1, setSiteId: 1, disableCookies: 1, enableLinkTracking: 1};
var methodName;
// find the call to setTrackerUrl or setSiteid (if any) and call them first