League Information

This commit is contained in:
Lucas Patenaude
2024-04-11 09:04:41 -06:00
parent 637b9002e7
commit c88b8b3577
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
function redirectToLeaguePage(leagueName) {
function redirectToLeaguePage(leagueName, leagueID) {
// Append the league name to the URL
var url = "/league/" + leagueName.toLowerCase().replace(/\s+/g, '-');