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/SegmentEditor/javascripts/Segmentation.js')
-rw-r--r--plugins/SegmentEditor/javascripts/Segmentation.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SegmentEditor/javascripts/Segmentation.js b/plugins/SegmentEditor/javascripts/Segmentation.js
index 3e965e4767..1dac89a269 100644
--- a/plugins/SegmentEditor/javascripts/Segmentation.js
+++ b/plugins/SegmentEditor/javascripts/Segmentation.js
@@ -272,7 +272,6 @@ Segmentation = (function($) {
});
};
-
var findAndExplodeByMatch = function(metric){
var matches = ["==" , "!=" , "<=", ">=", "=@" , "!@","<",">"];
var newMetric = {};
@@ -1080,7 +1079,6 @@ Segmentation = (function($) {
return segmentation;
})(jQuery);
-
$(document).ready(function() {
var exports = require('piwik/UI');
var UIControl = exports.UIControl;
@@ -1188,7 +1186,6 @@ $(document).ready(function() {
ajaxHandler.send(true);
};
-
var deleteSegment = function(params){
var ajaxHandler = new ajaxHelper();
ajaxHandler.addParams({