hide sidebar on 404 pages

This commit is contained in:
Plailect 2017-09-30 16:33:53 -04:00 committed by Plailect
parent 971cadd6ec
commit 230166497b
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41
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)",
"site-navigation", "troubleshooting", "uninstall-cfw", "updating-b9s",
"why-ads"];

File diff suppressed because one or more lines are too long