Private
Public Access
1
0

Merge branch 'release/v9.54'

This commit is contained in:
Sander Roosendaal
2019-03-14 21:41:31 +01:00

View File

@@ -26,7 +26,7 @@
if (rankingpiece) {
$(tdid).addClass('yellow');
$(tdid).removeClass('notyellow');
$(tdid).html('★');
$(tdid).html('☆');
console.log('adding yellow '+tdid);
} else {
$(tdid).removeClass('yellow');
@@ -182,7 +182,7 @@
<td id="mypointer"
class="rankingtoggle" workoutid="{{ workout.id|encode }}">
{% if workout.rankingpiece %}
<span id="star{{ workout.id|encode }}" class="yellow">&starf;</span>
<span id="star{{ workout.id|encode }}" class="yellow">&star;</span>
{% else %}
<span id="star{{ workout.id|encode }}" class="notyellow">&star;</span>
{% endif %}