Cambios

Widget:Calculator

2 bytes añadidos, 01:33 21 ago 2017
sin resumen de edición
total = Math.round(total * 100) / 100;
if (total === 'NaN ' || total === ''|| total === 0){
total = 'Something is not right - please check the values';
}
282
ediciones