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:
authorStefan Giehl <stefan@piwik.org>2017-04-03 22:58:13 +0300
committerGitHub <noreply@github.com>2017-04-03 22:58:13 +0300
commitf10b98a306f101b3684ec77574596d4fdaf7dd26 (patch)
tree77c8f34684a873acd7d90c5736bd17190a09aa51 /plugins/Live
parent72ffc34feeb36200964bbe47f27f8154805dc1f5 (diff)
Fix action enumeration in visitorlog (#11577)
* fix action enumeration in visitorlog * update expected screenshots
Diffstat (limited to 'plugins/Live')
-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();