We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e4c8e commit c551e3bCopy full SHA for c551e3b
homepage/homepage.js
@@ -19,7 +19,7 @@ function logAppInstalled(evt) {
19
localStorage.setItem('installed', 'true');
20
21
if (!isMobile) {
22
- window.location.replace(window.location.origin + '/full');
+ //window.location.replace(window.location.origin + '/full');
23
}
24
25
});
0 commit comments