delay added, text changed

This commit is contained in:
mhm@mhm.com 2017-12-04 19:03:12 +01:00
parent 28caddf3c1
commit 02104a318e

View File

@ -24,7 +24,7 @@ function go_forward() {
function prepare_restore() { function prepare_restore() {
if (!document.hidden) { if (!document.hidden) {
go_back(); go_back();
break; return;
} }
document.addEventListener("visibilitychange", go_back); document.addEventListener("visibilitychange", go_back);