Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
} | } | ||
if($(value.questions).length > 0){ | if($(value.questions).length > 0){ | ||
var wjg_string="<tr>"+ | var wjg_string="<tr id="toprow">"+ | ||
"<td>"+value.id +"</td>" + | "<td>"+value.id +"</td>" + | ||
"<td>" + timeBegin + "</td>" + | "<td>" + timeBegin + "</td>" + | ||
Line 109: | Line 109: | ||
}); | }); | ||
}); | }); | ||
}; | }; | ||