fixup! Notes now presist more consitently
This commit is contained in:
parent
434e7ec742
commit
da606a47cd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue