This commit is contained in:
Ross
2021-12-12 21:10:07 +00:00
parent 39388dc2a0
commit 72397ca334
+1
View File
@@ -189,6 +189,7 @@ async function loadExamList(data) {
//Display user info if it exists
if (data.hasOwnProperty("user") && data.user) {
$("#user").append(`User: ${data.user}`);
$(".exam-wrapper").show();
}