bb3 nav
This commit is contained in:
parent
ddd81daa15
commit
eda0f6953f
3 changed files with 8 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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){
|
||||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue