Private
Public Access
1
0

stroke angles only for water workouts

This commit is contained in:
Sander Roosendaal
2019-12-11 20:50:41 +01:00
parent 00f7a5a3ef
commit 0681d17717

View File

@@ -395,10 +395,12 @@ function copyText() {
</li>
{% endif %}
{% if 'stroke' in metricsgroups %}
{% if workout.workouttype == 'water' %}
<li class="grid_2" style="height:500px">
<div style="width:100%;height:70%;" id="stroke_angles"></div>
</li>
{% endif %}
{% endif %}
</ul>
</li>
@@ -474,9 +476,11 @@ function copyText() {
set_athlete();
{% endif %}
{% if 'stroke' in metricsgroups %}
{% if workout.workouttype == 'water'}
anglesoptions.PieStartAngle = 90+catch_now;
set_stroke();
{% endif %}
{% endif %}
// cookie reader
function createCookie(name,value,days) {