Add seedminer-(twn) and soundhax-sp to progress table and make changes to other pages as needed
This commit is contained in:
parent
320187122e
commit
eecebc3e8e
2 changed files with 8 additions and 4 deletions
|
@ -216,7 +216,9 @@ $(document).ready(function() {
|
||||||
"bannerbomb3-fredtool-(twn)": "13",
|
"bannerbomb3-fredtool-(twn)": "13",
|
||||||
"installing-boot9strap-(hbl-usm)": "14",
|
"installing-boot9strap-(hbl-usm)": "14",
|
||||||
"installing-boot9strap-(ssloth-browser)": "15",
|
"installing-boot9strap-(ssloth-browser)": "15",
|
||||||
"key-information": "16"
|
"key-information": "16",
|
||||||
|
"installing-boot9strap-(soundhax-sp)": "17",
|
||||||
|
"seedminer-(twn)": "18"
|
||||||
};
|
};
|
||||||
|
|
||||||
for(var device in devices){
|
for(var device in devices){
|
||||||
|
@ -261,10 +263,12 @@ $(document).ready(function() {
|
||||||
"10": ["seedminer", "bannerbomb3", "installing-boot9strap-(usm)", "finalizing-setup"],
|
"10": ["seedminer", "bannerbomb3", "installing-boot9strap-(usm)", "finalizing-setup"],
|
||||||
"11": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
|
"11": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
|
||||||
"12": ["installing-boot9strap-(kartdlphax)", "finalizing-setup"],
|
"12": ["installing-boot9strap-(kartdlphax)", "finalizing-setup"],
|
||||||
"13": ["seedminer", "bannerbomb3-fredtool-(twn)", "finalizing-setup"],
|
"13": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"],
|
||||||
"14": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
|
"14": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "finalizing-setup"],
|
||||||
"15": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
|
"15": ["installing-boot9strap-(ssloth-browser)", "finalizing-setup"],
|
||||||
"16": ["multiple-options", "finalizing-setup"]
|
"16": ["multiple-options", "finalizing-setup"],
|
||||||
|
"17": ["installing-boot9strap-(soundhax-sp)", "finalizing-setup"],
|
||||||
|
"18": ["seedminer-(twn)", "bannerbomb3-fredtool-(twn)", "finalizing-setup"]
|
||||||
}
|
}
|
||||||
// Can add custom routing if necessary but currently both routes are identical
|
// Can add custom routing if necessary but currently both routes are identical
|
||||||
var device_old = Object.assign({}, device_common,{
|
var device_old = Object.assign({}, device_common,{
|
||||||
|
|
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 a new issue