fixup! Notes now presist more consitently

This commit is contained in:
Felix Homa 2023-09-15 00:07:36 +02:00
parent 434e7ec742
commit da606a47cd
Signed by: felix.homa
GPG Key ID: 43610F311720D3DA
1 changed files with 2 additions and 0 deletions

View File

@ -496,6 +496,8 @@
window.history.pushState({},"", queryString);
}
document.getElementById("notes").onkeypress=document.getElementById("notes").onchange;
document.getElementById("notes").onkeyup=document.getElementById("notes").onchange;
document.getElementById("notes").onkeydown=document.getElementById("notes").onchange;
if(("inputExamStart" in get_params)) {
console.log(document.getElementById("fullscreen_btn").style.display="block");