Skip to content

Commit

Permalink
power zone max on the floating window
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Sep 18, 2023
1 parent e95bf77 commit 1afff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inner_templates/floating/floating.htm
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ <h2 style="color: #FFFFFF; font-family: sans-serif">Peloton Workout in progress!
else
$('.powerzone-value').html("<b>" + powerzone.toFixed(1) + "</b>");
$('.powerzone-avg').html(powerzone_lapavg.toFixed(1));
$('.spepowerzoneed-max').html(powerzone_lapmax.toFixed(1));
$('.powerzone-max').html(powerzone_lapmax.toFixed(1));
}
return null;
}, 15000, 3);
Expand Down

0 comments on commit 1afff6a

Please sign in to comment.