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.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/js/piwik.js b/js/piwik.js
index deabde2e49..1632ca9acc 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -38,7 +38,7 @@
createElement, appendChild, characterSet, charset, all,
addEventListener, attachEvent, removeEventListener, detachEvent, disableCookies,
cookie, domain, readyState, documentElement, doScroll, title, text, contentWindow, postMessage,
- location, top, onerror, document, referrer, parent, links, href, protocol, name, GearsFactory,
+ location, top, onerror, document, referrer, parent, links, href, protocol, name,
performance, mozPerformance, msPerformance, webkitPerformance, timing, connectEnd, requestStart, responseStart,
responseEnd, fetchStart, domInteractive, domLoading, domComplete, loadEventStart, loadEventEnd,
event, which, button, srcElement, type, target, data,
@@ -51,7 +51,7 @@
min, round, random, floor,
exec, success, trackerUrl, isSendBeacon, xhr,
res, width, height,
- pdf, qt, realp, wma, dir, fla, java, gears, ag, showModalDialog,
+ pdf, qt, realp, wma, dir, fla, java, ag, showModalDialog,
maq_initial_value, maq_opted_in, maq_optout_by_default, maq_url,
initialized, hook, getHook, resetUserId, getVisitorId, getVisitorInfo, setUserId, getUserId, setSiteId, getSiteId, setTrackerUrl, getTrackerUrl, appendToTrackingUrl, getRequest, addPlugin,
getAttributionInfo, getAttributionCampaignName, getAttributionCampaignKeyword,
@@ -3073,7 +3073,6 @@ if (typeof window.Piwik !== 'object') {
// RIA
java: 'application/x-java-vm',
- gears: 'application/x-googlegears',
ag: 'application/x-silverlight'
};
@@ -3099,11 +3098,6 @@ if (typeof window.Piwik !== 'object') {
browserFeatures.java = '1';
}
- // Firefox
- if (isFunction(windowAlias.GearsFactory)) {
- browserFeatures.gears = '1';
- }
-
// other browser features
browserFeatures.cookie = hasCookies();
}