mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
remove id dependency on the data point
This commit is contained in:
parent
b4df2ecfb2
commit
cdfe8d157a
1 changed files with 3 additions and 2 deletions
|
|
@ -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>");
|
||||
|
|
|
|||
Loading…
Reference in a new issue