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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-18 13:43:45 +0300
committersgiehl <stefan@piwik.org>2015-10-06 18:25:24 +0300
commit6307be0b45268d744e3d1db80e2087dca538ade5 (patch)
tree069b6d7b46cd22f4107729e96ce28a2bd59ff263 /plugins/ExamplePlugin
parent42f9f52f36fc34583c4b3473006e0b1005b8ce90 (diff)
refs #4620 removed some code that was only there for IE8
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/javascripts/plugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/javascripts/plugin.js b/plugins/ExamplePlugin/javascripts/plugin.js
index 1a0d0dee7a..1f14f0afb7 100644
--- a/plugins/ExamplePlugin/javascripts/plugin.js
+++ b/plugins/ExamplePlugin/javascripts/plugin.js
@@ -14,7 +14,7 @@ $(document).ready(function () {
* disable_merged_assets = 1
*/
- if('undefined' != (typeof console)) { /* IE8 has no console */
+ if('undefined' != (typeof console)) { /* IE9 has no console */
console.log('Plugin file loaded');
}
});