Fix adding participants by identifier to course
Compare changes
@@ -40,7 +40,13 @@
@@ -48,17 +54,14 @@
Closes #737 (closed) .
Because the person table is created once and then updated dynamically based on what the user types, adding the click listeners for the buttons for adding participants on DOMContentLoaded does not work, as the table only "loads" once. Adding a method for onclick solves it.