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:
authorsgiehl <stefan@piwik.org>2016-06-13 18:49:56 +0300
committersgiehl <stefan@piwik.org>2016-07-14 00:31:21 +0300
commitad9a0c3d6eb7a901f2454663de54c953a89d72d5 (patch)
tree113f963646dd571863e20c73eb207756fca082b4 /plugins/SegmentEditor/javascripts/Segmentation.js
parent6977ba75e60164c6dbe6bd06d6b5588e9714b18c (diff)
better naming
Diffstat (limited to 'plugins/SegmentEditor/javascripts/Segmentation.js')
-rw-r--r--plugins/SegmentEditor/javascripts/Segmentation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/javascripts/Segmentation.js b/plugins/SegmentEditor/javascripts/Segmentation.js
index 2623570f21..74b44fa089 100644
--- a/plugins/SegmentEditor/javascripts/Segmentation.js
+++ b/plugins/SegmentEditor/javascripts/Segmentation.js
@@ -1077,7 +1077,7 @@ Segmentation = (function($) {
});
if(segmentStr != getSegmentFromId(segmentId).definition) {
- piwikHelper.modalConfirm(self.target.find('.segment-change-confirm'), {
+ piwikHelper.modalConfirm(self.target.find('.segment-definition-change-confirm'), {
yes: function () {
self.updateMethod(params);
}