diff --git a/reduce.html b/reduce.html index c1a2781..c0051f9 100644 --- a/reduce.html +++ b/reduce.html @@ -175,10 +175,11 @@ window.location.replace("./homepage.html"); }, 3000); } else { - let backUrl = window.history.length; - if (backUrl) { - history.go(-backUrl + 1); - } + window.location.replace("./index.html"); + // let backUrl = window.history.length; + // if (backUrl) { + // history.go(-backUrl + 1); + // } } } }