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/Live/javascripts/visitorLog.js')
-rw-r--r--plugins/Live/javascripts/visitorLog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/javascripts/visitorLog.js b/plugins/Live/javascripts/visitorLog.js
index 07cdd313f2..74393f7ff7 100644
--- a/plugins/Live/javascripts/visitorLog.js
+++ b/plugins/Live/javascripts/visitorLog.js
@@ -77,7 +77,7 @@
var prevelement;
var prevhtml;
var counter = 0;
- $(this).find("li").each(function () {
+ $(this).find("> li").each(function () {
counter++;
$(this).val(counter);
var current = $(this).html();