mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-23 16:53:16 +02: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:
@@ -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;
|
var device, method;
|
||||||
if(!(method = localStorage.getItem('method'))){
|
if(!(method = localStorage.getItem('method'))){
|
||||||
sidebar_shown = false;
|
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
Reference in New Issue
Block a user