]> Softwares of Agnibho - simpleipd.git/commitdiff
Minor
authorAgnibho Mondal <mondal@agnibho.com>
Tue, 1 Jun 2021 00:51:12 +0000 (06:21 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Tue, 1 Jun 2021 00:51:12 +0000 (06:21 +0530)
www/res/calc.js

index 4eba61a52bac0be5214effd5b1b84763ee9b029d..58eaa6eec9bf55534c7863f1374f898d58e7fe0b 100644 (file)
@@ -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));