hide sidebar on 404 pages
This commit is contained in:
parent
e5dd4709fa
commit
4c1d50340e
2 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||
|
|
2
assets/js/main.min.js
vendored
2
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue