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/Insights/javascripts/insightsDataTable.js')
-rw-r--r--plugins/Insights/javascripts/insightsDataTable.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Insights/javascripts/insightsDataTable.js b/plugins/Insights/javascripts/insightsDataTable.js
index 2ebfe04a72..7c2ca331a2 100644
--- a/plugins/Insights/javascripts/insightsDataTable.js
+++ b/plugins/Insights/javascripts/insightsDataTable.js
@@ -45,7 +45,6 @@
handleRowActions: function () {},
_init: function (domElem) {
- this.initMinGrowthPercentage(domElem);
this.initShowIncreaseOrDecrease(domElem);
this.initOrderBy(domElem);
this.initComparedToXPeriodsAgo(domElem);
@@ -91,13 +90,6 @@
});
},
- initMinGrowthPercentage: function (domElem) {
- var self = this;
- $('[name=minGrowthPercent]', domElem).bind('change', function (event) {
- self._changeParameterAndReload({min_growth_percent: getValueFromEvent(event)});
- });
- },
-
initOrderBy: function (domElem) {
var self = this;
$('[name=orderBy]', domElem).bind('change', function (event) {