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/CoreHome/javascripts/dataTable.js')
-rw-r--r--plugins/CoreHome/javascripts/dataTable.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js
index 76d85feb76..61ee596901 100644
--- a/plugins/CoreHome/javascripts/dataTable.js
+++ b/plugins/CoreHome/javascripts/dataTable.js
@@ -621,8 +621,6 @@ $.extend(DataTable.prototype, UIControl.prototype, {
var self = this;
if (typeof self.parentId != "undefined" && self.parentId != '') {
- // no limit selector for subtables
- $('.limitSelection', domElem).remove();
return;
}