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 'tests/javascript')
-rw-r--r--tests/javascript/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index bd592f7cf1..57cbd4d086 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -441,7 +441,7 @@ function PiwikTest() {
echo "$src"; ?>';
var result = JSLINT(src);
- ok( result, "JSLint" );
+ ok( result, "JSLint did not validate, please check the browser console for the list of jslint errors." );
if (console && console.log && !result) {
console.log('JSLINT errors', JSLINT.errors);
}