added line to actually display test info...

This commit is contained in:
Austin Clark 2015-07-20 11:39:45 -06:00
parent 46d07af03d
commit 8fab4fabf9
1 changed files with 2 additions and 1 deletions

View File

@ -105,9 +105,10 @@
var td1 = row.insertCell();
var td2 = row.insertCell();
td1.innerHTML = key;
td2.innerHTML = d[key];
}
document.getElementById("result-table-div").appendChild(tbl);
document.getElementById("table-heading").innerHTML=d.name
document.getElementById("table-heading").innerHTML=d.name;
}
else {
for (var j in d.children) {