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 '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');
}
});