Skip to content

Commit 38af836

Browse files
committed
Fix 5
1 parent e94eddd commit 38af836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Password Strength Meter/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const indicator = document.querySelector(".indicator");
1+
// const indicator = document.querySelector(".indicator");
22
const input = document.querySelector(".input");
33
const showBtn = document.querySelector(".showBtn")
44
const weak = document.querySelector(".weak");

0 commit comments

Comments
 (0)