mirror of
https://github.com/hacks-guide/Guide_WiiU-OLD.git
synced 2024-11-23 01:09:49 +00:00
Add NAND Backup to sidebar
This commit is contained in:
parent
e645765d80
commit
2c82b59eac
@ -142,10 +142,10 @@ $(document).ready(function(){
|
||||
if(sidebar_shown){
|
||||
var unhide = [];
|
||||
var route = {
|
||||
"0": ["homebrew-launcher", "multiple-options", "homebrew-launcher-(channel)"],
|
||||
"1": ["homebrew-launcher", "mocha-cfw", "homebrew-launcher-(channel)"],
|
||||
"2": ["homebrew-launcher", "haxchi", "homebrew-launcher-(channel)"],
|
||||
"3": ["homebrew-launcher", "haxchi", "coldboot-haxchi","homebrew-launcher-(channel)"],
|
||||
"0": ["homebrew-launcher", "nand-backup", "multiple-options", "homebrew-launcher-(channel)"],
|
||||
"1": ["homebrew-launcher", "nand-backup", "mocha-cfw", "homebrew-launcher-(channel)"],
|
||||
"2": ["homebrew-launcher", "nand-backup", "haxchi", "homebrew-launcher-(channel)"],
|
||||
"3": ["homebrew-launcher", "nand-backup", "haxchi", "coldboot-haxchi","homebrew-launcher-(channel)"],
|
||||
};
|
||||
unhide = unhide.concat(route[method]);
|
||||
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 New Issue
Block a user