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