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/misc
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-09-13 19:52:46 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-09-13 19:52:46 +0400
commitab443171ce89f5c75cc031f0d3c981cb0d2c3bad (patch)
tree4dcd3c05f1013c5165b3dc6ee2bae4d33de3f6d0 /misc
parentc94c501f4736d1ce5c10c37cdfb94b1818cfe343 (diff)
refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. also added removed update script again
Diffstat (limited to 'misc')
-rw-r--r--misc/internal-docs/content-tracking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/internal-docs/content-tracking.md b/misc/internal-docs/content-tracking.md
index 154419957b..a9bc016d42 100644
--- a/misc/internal-docs/content-tracking.md
+++ b/misc/internal-docs/content-tracking.md
@@ -433,7 +433,7 @@ Nothing special here I think. We would probably automatically detect the type of
* Overlay session should not trigger a content impression
* Cache allowed site urls for redirects
* Test scroll event in ie9, ie10, ie11, opera
-* Run JS tests in ff3, ie7, ie8, ie9, ie11, android, iphone, ms phone
+* Run JS tests in ff3, ie9, ie11, android, iphone, ms phone
* Show images on hover in report
* When a user clicks on an interaction, we should check whether we have already tracked the impression as the content is visible now. If not tracked before, we should track the impression as well
* There can be a scroll or timer event that detects the same content became visible as well. This would not be a problem since we do not track same content block twice