remove hardcoded host from main js script
This commit is contained in:
parent
5c55b6f921
commit
38643dfb69
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function extractIDs(url) {
|
|||
}
|
||||
|
||||
function generateCard(student, col) {
|
||||
const url = `https://online.uni-graz.at/kfu_online/pl/ui/$ctx/wbstudkart.wbShowImage?pOrgNr=${student.ids.org}&pStPersonNr=${student.ids.perso}&pType=U`
|
||||
const url = `/kfu_online/pl/ui/$ctx/wbstudkart.wbShowImage?pOrgNr=${student.ids.org}&pStPersonNr=${student.ids.perso}&pType=U`
|
||||
|
||||
const d = document.createElement("div");
|
||||
d.style.gridColumn = "auto";
|
||||
|
|
Loading…
Reference in a new issue