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 5f7c71c commit 3e8bad3Copy full SHA for 3e8bad3
homepage/homepage.js
@@ -62,6 +62,7 @@ function installPWA(evt) {
62
if (choice.outcome === 'accepted') {
63
64
console.log('Accepted the install prompt');
65
+ window.location.replace(window.location.origin + '/full');
66
67
document.querySelectorAll('.btn.install').forEach(button => {
68
0 commit comments