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
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_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)", "faq", "file-extensions-(windows)", "get-started", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw", "region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads"]; "updating-b9s", "why-ads"];

File diff suppressed because one or more lines are too long