Use history instead of window.history
This commit is contained in:
parent
077dc6def0
commit
facaacb3fb
2 changed files with 3 additions and 3 deletions
|
|
@ -472,7 +472,7 @@ window.addEventListener("load", function() {
|
|||
keyboardtext.value = "";
|
||||
keyboardtext.oninput();
|
||||
}
|
||||
window.history.back();
|
||||
history.back();
|
||||
});
|
||||
window.onpopstate = function() {
|
||||
if (authenticated) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue