1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-30 03:39:50 +02:00

hide sidebar on 404 pages

This commit is contained in:
Plailect
2017-09-30 16:33:54 -04:00
committed by Plailect
parent 4cb0488933
commit bf91f68164
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ $(document).ready(function(){
}
var sidebar_shown = true;
var sidebar_hidden_pages = ["a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)",
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)",
"faq", "file-extensions-(windows)", "get-started", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads"];

File diff suppressed because one or more lines are too long