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