diff --git a/Klausur.html b/Klausur.html index c39f960..355c8d3 100644 --- a/Klausur.html +++ b/Klausur.html @@ -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");