Skip to content

Commit 6962ee3

Browse files
authored
Update homepage.js
1 parent 9491e8b commit 6962ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homepage/homepage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ document.querySelectorAll('.btn.install').forEach(button => {
126126

127127
} else {
128128

129-
if (localStorage.getItem('installed')) {
129+
//if (localStorage.getItem('installed')) {
130130

131131
button.classList.add('installed');
132132

133-
}
133+
//}
134134

135135
}
136136

0 commit comments

Comments
 (0)