1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 03:09:53 +02:00

Merge guide paths; use correct nbhax link

This commit is contained in:
lily
2021-04-12 18:48:46 -07:00
parent 44a4139378
commit ea127e1914
6 changed files with 48 additions and 122 deletions

View File

@@ -219,11 +219,6 @@ $(document).ready(function(){
if(typeof unhide !== 'undefined' && unhide.length > 0){
unhide.push("home");
unhide.push("get-started");
if(device == "0"){
unhide.push("get-started-(old-3ds)");
} else if (device == "1"){
unhide.push("get-started-(new-3ds)");
}
var ol = $('.sidebar.sticky .nav__list .nav__items ol');
for (var i = 0; i < unhide.length; i++){
ol.children('li[data-name="' + unhide[i] + '"]').css("display", "");