Update progress table
Fix HBL-USM page Fix USM page
This commit is contained in:
parent
ee1bd12cd5
commit
8dfdf5acc2
2 changed files with 5 additions and 3 deletions
|
@ -214,6 +214,7 @@ $(document).ready(function() {
|
||||||
"homebrew-launcher-(pichaxx)": "11",
|
"homebrew-launcher-(pichaxx)": "11",
|
||||||
"installing-boot9strap-(kartdlphax)": "12",
|
"installing-boot9strap-(kartdlphax)": "12",
|
||||||
"bannerbomb3-fredtool-(twn)": "13",
|
"bannerbomb3-fredtool-(twn)": "13",
|
||||||
|
"installing-boot9strap-(hbl-usm)": "14"
|
||||||
};
|
};
|
||||||
|
|
||||||
for(var device in devices){
|
for(var device in devices){
|
||||||
|
@ -254,11 +255,12 @@ $(document).ready(function() {
|
||||||
"6": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
"6": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
||||||
"7": ["seedminer", "multiple-options", "finalizing-setup"],
|
"7": ["seedminer", "multiple-options", "finalizing-setup"],
|
||||||
"8": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
"8": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
||||||
"9": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
"9": ["seedminer", "bannerbomb3", "multiple-options", "finalizing-setup"],
|
||||||
"10": ["seedminer", "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", "bannerbomb3-fredtool-(twn)", "finalizing-setup"],
|
||||||
|
"14": ["seedminer", "homebrew-launcher-(pichaxx)", "installing-boot9strap-(hbl-usm)", "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