:main
main
@ -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(){
The note is not visible to the blocked user.