]> Softwares of Agnibho - simpleipd.git/commitdiff
Minor
authorAgnibho Mondal <mondal@agnibho.com>
Wed, 2 Jun 2021 21:43:07 +0000 (03:13 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Wed, 2 Jun 2021 21:43:07 +0000 (03:13 +0530)
www/res/calc.js

index 55f384742fde30099405b65fe0e190ac68bdb135..50093221d015f76b24891804bc5eaa8c814fc815 100644 (file)
@@ -136,7 +136,7 @@ $(document).ready(function(){
               name=i+"-"+entry.form;
               if(entry[i] && !isNaN(entry[i])){
                 if(!Array.isArray(reports[name])){
-                  reportsDict[name]=data.properties[i].description;
+                  reportsDict[name]=data.properties[i].description+" ("+data.description+")";
                   reports[name]=[];
                 }
                 reports[name].push([stamp, entry[i]]);