mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-26 19:00:34 +00:00
progress-table: don't show sidebar on key-information/get-started
There is no method set at this point, and it picks some random one
This commit is contained in:
parent
b0f3425642
commit
e3c9ce5740
@ -221,11 +221,6 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
if((window.location.href.indexOf("/" + "key-information") > -1) || (window.location.href.indexOf("/" + "get-started") > -1)) {
|
||||
localStorage.setItem('method', methods[method]);
|
||||
sidebar_shown = true;
|
||||
}
|
||||
|
||||
var device, method;
|
||||
if(!(method = localStorage.getItem('method'))){
|
||||
sidebar_shown = false;
|
||||
|
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 New Issue
Block a user