We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb871a commit eb2d1b5Copy full SHA for eb2d1b5
core/static/core/js/checklist_user_handler.js
@@ -26,9 +26,9 @@ $('document').ready( function (){
26
$('#ChecklistBar').find('a').append(
27
"<span class='current_matchday'>" +
28
"<span class='glyphicon glyphicon-calendar'></span> " +
29
- data['season_number'] +
30
- "/" +
31
data['matchday_number'] +
+ "/" +
+ data['season_number'] +
32
"</span>"
33
);
34
}
0 commit comments