Fix adding participants by identifier to course
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.
Edited by Marina Mădăraş