Skip to content

Commit 0718780

Browse files
authored
Update homepage.js
1 parent d5843cf commit 0718780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

homepage/homepage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ document.querySelectorAll('.btn.install').forEach(button => {
117117
if (localStorage.getItem('installed')) {
118118

119119
button.classList.add('installed');
120+
121+
window.location.replace(window.location.origin + '/full');
120122

121123
}
122124

0 commit comments

Comments
 (0)