diff --git a/homepage.html b/homepage.html index 94f3c1b..e2aa9ad 100644 --- a/homepage.html +++ b/homepage.html @@ -316,12 +316,12 @@ setTimeout(() => { // window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId')+'&'; window.history.back(); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); }else{ setTimeout(() => { window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId'); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); } } @@ -482,12 +482,12 @@ setTimeout(() => { // window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId')+'&'; window.history.back(); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); }else{ setTimeout(() => { window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId'); - sessionStorage.clear(); + // sessionStorage.clear(); }, 3000); } }