This commit is contained in:
Plailect 2019-07-28 20:31:14 -04:00
parent ddd81daa15
commit eda0f6953f
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
3 changed files with 8 additions and 6 deletions

View file

@ -67,14 +67,14 @@ sidebar_pages:
title: ntrboot title: ntrboot
url: ntrboot url: ntrboot
- -
title: BannerBomb3 title: Seedminer
url: bannerbomb3 url: seedminer
- -
title: DSiDumper title: DSiDumper
url: dsidumper url: dsidumper
- -
title: Seedminer title: BannerBomb3
url: seedminer url: bannerbomb3
- -
title: Multiple Options title: Multiple Options
url: multiple-options url: multiple-options

View file

@ -139,6 +139,7 @@ $(document).ready(function(){
"seedminer": "15", "seedminer": "15",
"homebrew-launcher-(steelhax)": "16", "homebrew-launcher-(steelhax)": "16",
"installing-boot9strap-(fredtool)": "17", "installing-boot9strap-(fredtool)": "17",
"bannerbomb3": "18",
}; };
for(var method in methods){ for(var method in methods){
@ -170,7 +171,8 @@ $(document).ready(function(){
"14": ["installing-boot9strap-(hardmod)", "finalizing-setup"], "14": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
"15": ["seedminer", "multiple-options", "finalizing-setup"], "15": ["seedminer", "multiple-options", "finalizing-setup"],
"16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"], "16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
"17": ["seedminer", "installing-boot9strap-(fredtool)", "finalizing-setup"], "17": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
"18": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
}; };
unhide = unhide.concat(route[method]); unhide = unhide.concat(route[method]);
if(typeof unhide !== 'undefined' && unhide.length > 0){ if(typeof unhide !== 'undefined' && unhide.length > 0){

File diff suppressed because one or more lines are too long