Skip to content
Snippets Groups Projects
Commit e36e352b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Closing in now...

parent 257b36f7
Branches
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
var resultLine = "<tr><td>" + moment(data[row]["resultValidTime"]).format() + "</td>"; var resultLine = "<tr><td>" + moment(data[row]["resultValidTime"]).format() + "</td>";
for(var i in allKeys) for(var i in allKeys)
{ {
var value = data[item].allValues[allKeys[i]]; var value = data[row].allValues[allKeys[i]];
if(value != null && $.isNumeric(value)) if(value != null && $.isNumeric(value))
{ {
value = parseFloat(value).toFixed(2); value = parseFloat(value).toFixed(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment