Commit e0899e0e authored by Łukasz Nowak's avatar Łukasz Nowak

Implement clickable frontend

parent f8e05fef
......@@ -1167,7 +1167,7 @@ window.RSVP = requireModule("rsvp");
} else {
msg += "<tr>";
}
msg += "<td>" + u + "</td>";
msg += '<td><a href="' + table_dict[u].url + '">' + u + '</a></td>';
for (y in interaction_dict) {
if (interaction_dict.hasOwnProperty(y)) {
msg += "<td>" + table_dict[u][y] + "</td>";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment