Use history instead of window.history

This commit is contained in:
Unrud 2022-01-28 00:13:19 +01:00
parent 077dc6def0
commit facaacb3fb
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -472,7 +472,7 @@ window.addEventListener("load", function() {
keyboardtext.value = "";
keyboardtext.oninput();
}
window.history.back();
history.back();
});
window.onpopstate = function() {
if (authenticated) {