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/javascripts/plugin.js')
-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 7c082d4826..1a0d0dee7a 100644
--- a/plugins/ExamplePlugin/javascripts/plugin.js
+++ b/plugins/ExamplePlugin/javascripts/plugin.js
@@ -10,7 +10,7 @@ $(document).ready(function () {
* Please note that this JavaScript file will be loaded only if you
* enable the following setting in your config:
*
- * [Debug]
+ * [Development]
* disable_merged_assets = 1
*/