main #1

Merged
gnibeil merged 8 commits from :main into main 2023-04-03 14:02:42 +02:00
Showing only changes of commit bf712137e2 - Show all commits

View File

@ -76,7 +76,7 @@
return parseFloat(f.value); return parseFloat(f.value);
} }
function roundCents(f){ function roundCents(f){
return Math.round( f * 100 ) / 100; return f.toFixed(2);
} }
s.addEventListener('click', function(){ s.addEventListener('click', function(){