Merge branch 'UI_test' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into UI_test
This commit is contained in:
commit
a2ec3fb897
1 changed files with 1 additions and 1 deletions
|
@ -76,10 +76,10 @@ armor_powder_boosts = [0, 0, 0, 0, 0];
|
||||||
function init() {
|
function init() {
|
||||||
console.log("builder.js init");
|
console.log("builder.js init");
|
||||||
init_autocomplete();
|
init_autocomplete();
|
||||||
|
decodeBuild(url_tag);
|
||||||
for (const i of equipment_keys) {
|
for (const i of equipment_keys) {
|
||||||
update_field(i);
|
update_field(i);
|
||||||
}
|
}
|
||||||
decodeBuild(url_tag);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getItemNameFromID(id) {
|
function getItemNameFromID(id) {
|
||||||
|
|
Loading…
Reference in a new issue