.
This commit is contained in:
+5
-1
@@ -148,7 +148,7 @@ async function loadExamList(data) {
|
||||
|
||||
//Display user info if it exists
|
||||
if (data.hasOwnProperty("user") && data.user) {
|
||||
$("#user").append(data.user);
|
||||
$("#user").append(`User: ${data.user}`);
|
||||
}
|
||||
|
||||
|
||||
@@ -191,6 +191,10 @@ async function loadExamList(data) {
|
||||
c = " session-completed";
|
||||
}
|
||||
|
||||
if (!exam.active) {
|
||||
c = c + " inactive";
|
||||
}
|
||||
|
||||
let list;
|
||||
if (exam.type != undefined) {
|
||||
if ($(`#packet-list .${exam.type}`).length) {
|
||||
|
||||
Reference in New Issue
Block a user