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/Transitions/templates/transitions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/templates/transitions.js b/plugins/Transitions/templates/transitions.js
index 1b452775a7..75d299297f 100644
--- a/plugins/Transitions/templates/transitions.js
+++ b/plugins/Transitions/templates/transitions.js
@@ -888,7 +888,7 @@ Piwik_Transitions_Canvas.prototype.renderLoops = function(share) {
this.context.lineTo(point7.x, point7.y);
// line to lower left connection to the center box
- var point8 = {x: point1.x, y: point1.y + + curveHeight};
+ var point8 = {x: point1.x, y: point1.y + curveHeight};
cpLeftX += 30;
var cp7 = {x: cpLeftX, y: point7.y};
var cp8 = {x: cpLeftX, y: point8.y};