remove id dependency on the data point

This commit is contained in:
John Bender 2011-11-10 10:17:53 -08:00
parent b4df2ecfb2
commit cdfe8d157a

View file

@ -24,8 +24,9 @@
if( !$table.length ) {
$table = $( "<table>", {
id: avg.point,
"data-pathname": avg.pathname
"data-pathname": avg.pathname,
"data-point": avg.point,
"data-agent": avg.agent
});
$table.append( "<caption>" + tablename + "</caption>");