Skip to content
Snippets Groups Projects
Commit f4304cfc authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Update assess_userscript.js

parent d9c6d2d9
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,9 @@ function run()
// enter into timetable
const slotElem = document.getElementById(slotStartId)
slotElem.setAttribute("rowspan", slotLen)
slotElem.innerHTML = rankElem.textContent
slotElem.innerHTML = rankElem.textContent + '<br>' + row[row.length-3].textContent
slotElem.setAttribute("style","background-color: #726a6a;")
console.log(slotStartId + ' -> '+slotLen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment