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:
-rw-r--r--plugins/Home/templates/datatable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Home/templates/datatable.js b/plugins/Home/templates/datatable.js
index 19e399a7e2..2806f84b8a 100644
--- a/plugins/Home/templates/datatable.js
+++ b/plugins/Home/templates/datatable.js
@@ -508,8 +508,8 @@ dataTable.prototype =
var self = this;
// we truncate the labels columns from the second row
- $("table tr td:first-child", this).truncate(30);
- $('.truncated', this).Tooltip();
+ $("table tr td:first-child", domElem).truncate(30);
+ $('.truncated', domElem).Tooltip();
var imageLinkWidth = 10;
var imageLinkHeight = 9;