This commit is contained in:
Josh Mudge 2017-09-18 19:25:09 -06:00
rodič cf0cea5649
revize a0378ba3cd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -33,7 +33,7 @@ function calculate() {
alert("Please enter only numbers in this field."); alert("Please enter only numbers in this field.");
} }
var gold = +blocks / 100 var gold = +blocks / 1000 * 100
console.log(gold) console.log(gold)
var infra = +infra / 1000 * 0.005 var infra = +infra / 1000 * 0.005
console.log(infra) console.log(infra)