Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Add default back to beta
  • Loading branch information
spiceywasabi authored Jul 23, 2023
1 parent c08db31 commit b5dc2ee
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=["stable","beta"]){
async function buildReleaseSelectors(dr=["beta","stable"]){
let releases = await getFirmwareReleases();

// this should keep the logic the same
Expand Down

0 comments on commit b5dc2ee

Please sign in to comment.