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/CoreHome/javascripts/dataTable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js
index b90e444d23..dca051d25b 100644
--- a/plugins/CoreHome/javascripts/dataTable.js
+++ b/plugins/CoreHome/javascripts/dataTable.js
@@ -1809,7 +1809,7 @@ $.extend(DataTable.prototype, UIControl.prototype, {
if (!trs || !trs.length || !trs[0]) {
return;
}
- var parent = $(trs[0]).parents('table');
+ var parent = $(trs[0]).closest('table');
var self = this;