fix(web): reset hyous mts on changing database

This commit is contained in:
Masahiko AMANO 2023-02-12 15:52:13 +03:00
parent 6f0359e99f
commit 14226db236

View File

@ -47,6 +47,9 @@ $(document).on("submit", "#settings", function (e) {
localStorage["tfm_db_name"] = db_name = db_name_val;
found = true;
db_name_input.removeClass("is-invalid");
sasahyou_mts = 0;
sappyou_mts = 0;
shoppyou_mts = 0;
return false;
}
return true;