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 1b4fd80 commit c554810Copy full SHA for c554810
homepage/homepage.js
@@ -91,7 +91,7 @@ function installPWA(evt) {
91
92
} else { // open in the browser
93
*/
94
- window.location.replace(window.location.origin + '/full');
+ window.location.href = (window.location.origin + '/full');
95
96
// save installation in local storage
97
localStorage.setItem('installed', 'true');
0 commit comments