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/assets/qunit.js')
-rw-r--r--tests/javascript/assets/qunit.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/javascript/assets/qunit.js b/tests/javascript/assets/qunit.js
index 583167699b..bd7fa61f9b 100644
--- a/tests/javascript/assets/qunit.js
+++ b/tests/javascript/assets/qunit.js
@@ -155,7 +155,6 @@ Test.prototype = {
/*jshint camelcase:false */
-
/**
* Expose the current test environment.
*
@@ -1106,7 +1105,6 @@ QUnit.load = function() {
( config.module === undefined ? "selected='selected'" : "" ) +
">< All Modules ></option>";
-
for ( i = 0; i < numModules; i++) {
moduleFilterHtml += "<option value='" + escapeText( encodeURIComponent(moduleNames[i]) ) + "' " +
( config.module === moduleNames[i] ? "selected='selected'" : "" ) +