1
0
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:
lifehackerhansol
2024-09-03 03:51:37 -07:00
parent b0f3425642
commit e3c9ce5740
2 changed files with 1 additions and 6 deletions

View File

@@ -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;

File diff suppressed because one or more lines are too long