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/Installation/javascripts/installation.js')
-rw-r--r--plugins/Installation/javascripts/installation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/javascripts/installation.js b/plugins/Installation/javascripts/installation.js
index 64b1f18da5..05fc3d193a 100644
--- a/plugins/Installation/javascripts/installation.js
+++ b/plugins/Installation/javascripts/installation.js
@@ -15,7 +15,7 @@ $(document).ready(function() {
var $help = $(help);
var $row = $help.parents('.row').first();
- if ($row.size()) {
+ if ($row.length) {
$help.addClass('col s12 m12 l6');
$row.append($help);
}