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
diff options
context:
space:
mode:
Diffstat (limited to 'js/piwik.js')
-rw-r--r--js/piwik.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 975ad1b9cd..7cf22eb5d0 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -1222,7 +1222,6 @@ if (typeof Piwik !== 'object') {
// Visitor UUID
visitorUUID;
-
/*
* Set cookie value
*/
@@ -1694,7 +1693,6 @@ if (typeof Piwik !== 'object') {
lastVisitTs = currentVisitTs;
}
-
// Detect the campaign information from the current URL
// Only if campaign wasn't previously set
// Or if it was set but we must attribute to the most recent one
@@ -1766,7 +1764,6 @@ if (typeof Piwik !== 'object') {
(String(referralUrl).length ? '&_ref=' + encodeWrapper(purify(referralUrl.slice(0, referralUrlMaxLength))) : '') +
(charSet ? '&cs=' + encodeWrapper(charSet) : '');
-
// browser features
for (i in browserFeatures) {
if (Object.prototype.hasOwnProperty.call(browserFeatures, i)) {
@@ -3053,7 +3050,6 @@ if (typeof Piwik !== 'object') {
});
},
-
/**
* Used to record that the current page view is an item (product) page view, or a Ecommerce Category page view.
* This must be called before trackPageView() on the product/category page.