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:
committed by
lifehackerhansol
parent
c8380f341c
commit
3997a1d8aa
@@ -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
|
||||
|
4
assets/js/main.min.js
vendored
4
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user