Add NAND Backup to sidebar

This commit is contained in:
Plailect 2019-04-25 14:56:02 -04:00
parent e645765d80
commit 2c82b59eac
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41
2 changed files with 5 additions and 5 deletions

View File

@ -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){

File diff suppressed because one or more lines are too long