1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-28 10:49:58 +02:00

Remove caching:

This is the solution to making sure things that need translating aren't cached from English. A continuation of another commit that needed nocache.

ALSO:Add kartdlphax to progress sidebar
This commit is contained in:
lifehackerhansol
2021-10-22 22:59:12 -07:00
committed by lifehackerhansol
parent c8380f341c
commit 3997a1d8aa
6 changed files with 90 additions and 80 deletions

View File

@@ -220,6 +220,7 @@ $(document).ready(function() {
"installing-boot9strap-(safecerthax)": "22",
"installing-boot9strap-(ssloth-browser)": "23",
"installing-boot9strap-(pichaxx)": "24",
"installing-boot9strap-(kartdlphax)": "25",
};
for(var device in devices){
@@ -271,6 +272,7 @@ $(document).ready(function() {
"22": ["installing-boot9strap-(safecerthax)", "finalizing-setup"],
"23": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
"24": ["seedminer", "installing-boot9strap-(pichaxx)", "finalizing-setup"],
"25": ["installing-boot9strap-(kartdlphax)", "finalizing-setup"],
}
// Can add custom routing if necessary but currently both routes are identical

File diff suppressed because one or more lines are too long