From: Agnibho Mondal Date: Tue, 1 Jun 2021 00:51:12 +0000 (+0530) Subject: Minor X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=a6d57a830f5694d1fc63c11b66dadec75826539b;p=simpleipd.git Minor --- diff --git a/www/res/calc.js b/www/res/calc.js index 4eba61a..58eaa6e 100644 --- a/www/res/calc.js +++ b/www/res/calc.js @@ -79,7 +79,7 @@ $(document).ready(function(){ approxOut=approxOut+(Number(i.out)*frac); if(flag==""){ $(".ioGap").each(function(){ - $(this).text(ioGap/3600000); + $(this).text(Math.round(ioGap/3600000)); }); $("#approxIn").text(Math.round(approxIn)); $("#approxOut").text(Math.round(approxOut));