Private
Public Access
1
0

correct error

This commit is contained in:
Sander Roosendaal
2019-12-11 23:06:12 +01:00
parent 0681d17717
commit e5db9b0f75

View File

@@ -476,7 +476,7 @@ function copyText() {
set_athlete();
{% endif %}
{% if 'stroke' in metricsgroups %}
{% if workout.workouttype == 'water'}
{% if workout.workouttype == 'water' %}
anglesoptions.PieStartAngle = 90+catch_now;
set_stroke();
{% endif %}