Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
2.5 legacy support
  • Loading branch information
spiceywasabi authored Nov 14, 2023
1 parent d16d74b commit ec60482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ async function getFirmwareBranches(){
return branches;
}

async function buildReleaseSelectors(dr=["beta","stable"]){
async function buildReleaseSelectors(dr=["beta","stable", "legacy-2.5"]){
let releases = await getFirmwareReleases();

// this should keep the logic the same
Expand Down

0 comments on commit ec60482

Please sign in to comment.