first update of sidebar for new data format: show the info available from the brief portal data

TODO: retrieve the full portal data and update to include that
This commit is contained in:
Jon Atkins
2013-11-30 22:26:40 +00:00
parent c197f74945
commit 7a19d30173
4 changed files with 222 additions and 110 deletions

View File

@ -184,7 +184,8 @@ window.getResonatorDetails = function(d) {
resoDetails.push(renderResonatorDetails(slot, l, v, dist, nick));
});
return genFourColumnTable(resoDetails);
return '<table id="resodetails">' + genFourColumnTable(resoDetails) + '</table>';
}
// helper function that renders the HTML for a given resonator. Does