Merge pull request #180 from dr-carlos/master
Clear tome inputs in resetFields
This commit is contained in:
commit
0ffb1179d4
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ function resetFields(){
|
||||||
for (const i of equipment_inputs) {
|
for (const i of equipment_inputs) {
|
||||||
setValue(i, "");
|
setValue(i, "");
|
||||||
}
|
}
|
||||||
|
for (const i of tomeInputs) {
|
||||||
|
setValue(i, "");
|
||||||
|
}
|
||||||
setValue("str-skp", "0");
|
setValue("str-skp", "0");
|
||||||
setValue("dex-skp", "0");
|
setValue("dex-skp", "0");
|
||||||
setValue("int-skp", "0");
|
setValue("int-skp", "0");
|
||||||
|
|
Loading…
Reference in a new issue