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:
@@ -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", "");
|
||||
|
Reference in New Issue
Block a user