hide sidebar on 404 pages

This commit is contained in:
Plailect 2017-09-30 16:33:54 -04:00
parent e5dd4709fa
commit 4c1d50340e
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