Notes now presist more consitently

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

View File

@ -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();