Skip to content

Commit c554810

Browse files
authored
Update homepage.js
1 parent 1b4fd80 commit c554810

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
@@ -91,7 +91,7 @@ function installPWA(evt) {
9191
9292
} else { // open in the browser
9393
*/
94-
window.location.replace(window.location.origin + '/full');
94+
window.location.href = (window.location.origin + '/full');
9595

9696
// save installation in local storage
9797
localStorage.setItem('installed', 'true');

0 commit comments

Comments
 (0)