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 0235952 commit f72d022Copy full SHA for f72d022
1 file changed
homepage/homepage.js
@@ -118,17 +118,18 @@ document.querySelectorAll('.btn.install').forEach(button => {
118
button.addEventListener('click', installPWA);
119
120
button.classList.remove('loading');
121
+ button.classList.add('installed');
122
123
if (!checkLocalStorage()) {
124
- button.classList.add('installed');
125
+ //button.classList.add('installed');
126
button.classList.add('cookies');
127
128
} else {
129
130
if (localStorage.getItem('installed')) {
131
132
133
134
}
135
0 commit comments