Skip to content

Commit

Permalink
Automatically select penultimate build
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Sep 13, 2016
1 parent 903be0c commit 42ad183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beta-stability-pushlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ onLoad
}
}

betas1.selectedIndex = betas1.options.length - 2;
betas1.selectedIndex = betas1.options.length - 1;
betas2.selectedIndex = betas2.options.length - 1;
})
.then(function() {
Expand Down
2 changes: 1 addition & 1 deletion compare-betas.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ onLoad
}
}

betas1.selectedIndex = betas1.options.length - 2;
betas1.selectedIndex = betas1.options.length - 1;
betas2.selectedIndex = betas2.options.length - 1;
})
.then(function() {
Expand Down

0 comments on commit 42ad183

Please sign in to comment.