divide by 100 not 10

Este commit está contenido en:
Josh Mudge 2017-09-18 19:22:24 -06:00
padre b8af6c611b
commit cf0cea5649
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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