Skip to content

Commit c551e3b

Browse files
authored
Update homepage.js
1 parent e8e4c8e commit c551e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homepage/homepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function logAppInstalled(evt) {
1919
localStorage.setItem('installed', 'true');
2020

2121
if (!isMobile) {
22-
window.location.replace(window.location.origin + '/full');
22+
//window.location.replace(window.location.origin + '/full');
2323
}
2424

2525
});

0 commit comments

Comments
 (0)