Skip to content

Commit

Permalink
smh2
Browse files Browse the repository at this point in the history
  • Loading branch information
tposejank committed Jan 9, 2025
1 parent 8622bbb commit c4fb72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion festival/view/js/song.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function loadViewer() {
generateItems(allEntries.slice(0, perPage))
}

fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season5/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
fetch('https://api.github.com/repos/FNLookup/festival-leaderboards/commits?path=leaderboards/season6/' + viewTrack.id + '/').then(r=>r.json()).then(r=> {
if (r.length > 0) fetchLeaderboardData(_instruments[0])
else {
leaderBoardEntries.innerHTML = '<h2>Leaderboard not available</h2>'
Expand Down

0 comments on commit c4fb72a

Please sign in to comment.