Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
runQuery(); | runQuery(); | ||
} | } | ||
}); | }); | ||
}); | }); | ||
}; | }; | ||
function runQuery() { | function runQuery() { | ||
Line 122: | Line 118: | ||
}); | }); | ||
ensureLoggedIn | ensureLoggedIn | ||
$("tr:odd").addClass("odd"); | |||
$("tr:not(.odd)").hide(); | |||
$("tr:first-child").show(); | |||
console.log('Got here, reading this'); | |||
console.log('Got here finished'); | |||
}); | }); | ||