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-09 21:22:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-09 21:22:16 +0400
commit34f48f693be7b4c7cda5ce429a7259bd59b3f741 (patch)
tree3853573ee5dfe269de685858845df02fb19a6c0b /js
parent36b6aed37941afef152bac49d6d4db0f86dcec70 (diff)
refs #4996 more bugfixes, more work on cross browser, added possibility to track content via php tracker (not tested yet)
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 d230e07914..85ab872342 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -3333,7 +3333,7 @@ if (typeof Piwik !== 'object') {
var linkParams = linkType + '=' + encodeWrapper(purify(url));
- var interaction = getContentInteractionToRequestIfPossible(linkParams, sourceElement, 'click', url);
+ var interaction = getContentInteractionToRequestIfPossible(sourceElement, 'click', url);
if (interaction) {
linkParams += '&' + interaction;