diff --git a/Klausur.html b/Klausur.html
index c4f1a85..c39f960 100644
--- a/Klausur.html
+++ b/Klausur.html
@@ -495,6 +495,8 @@
queryString="?"+queryString.substr(1);
window.history.pushState({},"", queryString);
}
+ document.getElementById("notes").onkeypress=document.getElementById("notes").onchange;
+
if(("inputExamStart" in get_params)) {
console.log(document.getElementById("fullscreen_btn").style.display="block");
settingsFormSubmitFunc();