fix: render input styling on load

This commit is contained in:
reschan 2022-05-13 09:27:20 +07:00
parent 33877412bc
commit 8a42e9697b

View file

@ -76,10 +76,10 @@ armor_powder_boosts = [0, 0, 0, 0, 0];
function init() {
console.log("builder.js init");
init_autocomplete();
decodeBuild(url_tag);
for (const i of equipment_keys) {
update_field(i);
}
decodeBuild(url_tag);
}
function getItemNameFromID(id) {