1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 11:19:56 +02:00

hide navigation on check cfw page, rephrase get-started

This commit is contained in:
RandalHoffman
2021-02-22 21:22:36 -08:00
parent edceaed380
commit 9961aa12ff
3 changed files with 8 additions and 14 deletions

View File

@@ -114,7 +114,7 @@ $(document).ready(function(){
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads", "privacy-policy"];
"updating-b9s", "why-ads", "privacy-policy", "checking-for-cfw"];
for(var i = 0; i < sidebar_hidden_pages.length; i++){
if(window.location.href.indexOf(sidebar_hidden_pages[i]) > -1) {

File diff suppressed because one or more lines are too long