Skip to content

Commit 1a3e05f

Browse files
committed
Update homepage.js
1 parent 0abf07e commit 1a3e05f

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)