This commit is contained in:
Ross
2021-08-02 10:50:34 +01:00
parent 036f1c9d5e
commit 2c8cdf5fb5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -146,6 +146,12 @@ async function loadExamList(data) {
$("#database-error").show();
});
//Display user info if it exists
if (data.hasOwnProperty("user") && data.user) {
$("#user").append(data.user);
}
let exams_started = [];
let exams_completed = [];
sessions.forEach((s) => {