Skip to content

Commit

Permalink
switch season and matchday
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Dec 3, 2016
1 parent 0bb871a commit eb2d1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/static/core/js/checklist_user_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ $('document').ready( function (){
$('#ChecklistBar').find('a').append(
"<span class='current_matchday'>" +
"<span class='glyphicon glyphicon-calendar'></span> " +
data['season_number'] +
"/" +
data['matchday_number'] +
"/" +
data['season_number'] +
"</span>"
);
}
Expand Down

0 comments on commit eb2d1b5

Please sign in to comment.