This commit is contained in:
Ross
2024-12-30 11:53:35 +00:00
parent 9a9aa5d56c
commit 87bc50d40b
+3 -5
View File
@@ -168,13 +168,11 @@ async function retrievePacketList() {
window.location = window.location.pathname;
})
console.debug("global_cid", global_cid)
console.debug("cid", cid)
if (URLS.exam_results_url != "" && URLS.exam_results_url != undefined) {
let url = `${URLS.exam_results_url}${global_cid}/${global_passcode}`;
log.debug(`cid = ${cid}`);
if (cid.startsWith("u-")) {
url = URLS.exam_user_results_url;
}
log.debug(`Setting exam results url to ${url}`);
$("#options-link")