diff --git a/kole.html b/kole.html index 0c5eaa1..90866ad 100644 --- a/kole.html +++ b/kole.html @@ -76,7 +76,7 @@ return parseFloat(f.value); } function roundCents(f){ - return Math.round( f * 100 ) / 100; + return f.toFixed(2); } s.addEventListener('click', function(){