Widget:BoostCalcForm: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 188: Linha 188:
                 let result;
                 let result;
                 const formData = new FormData(form);
                 const formData = new FormData(form);
                 const boostType = formData.get("boostType");
                 const boostType = Number(formData.get("boostType"));
                 const specialBoost = formData.get("specialBoost");
                 const specialBoost = formData.get("specialBoost");
                 const stonePrice = formData.get("stonePrice") ? Number(formData.get("stonePrice")) > 1000 ? Number(formData.get("stonePrice")) / 1000 : Number(formData.get("stonePrice")) : 0;
                 const stonePrice = formData.get("stonePrice") ? Number(formData.get("stonePrice")) > 1000 ? Number(formData.get("stonePrice")) / 1000 : Number(formData.get("stonePrice")) : 0;