We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f348d9 commit 58e21a5Copy full SHA for 58e21a5
1 file changed
exercise/static/exercise/results_staff.js
@@ -1174,7 +1174,7 @@
1174
*/
1175
function renderParticipantLink(data, type, row) {
1176
// TODO: Get the link to students in a proper way
1177
- const link = $('li.menu-participants').find('a').attr('href');
+ const link = $('.menu-participants').attr('href');
1178
return (row['UserID'] > 0 ? '<a href="' + link + row['UserID'] + '">' + (!data ? '—' : data) + '</a>' : '');
1179
}
1180
0 commit comments