Skip to content

Commit d98c54a

Browse files
committed
guidestar.org: update pagecount
1 parent e5108db commit d98c54a

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

guidestar.org/index.js

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
setTimeout(() => {
2-
let bar = document.getElementById("signUpModal");
3-
4-
if (bar) {
5-
bar.remove();
6-
document.body.className = "";
7-
}
8-
9-
bar = document.querySelector(".modal-backdrop");
10-
11-
if (bar) {
12-
bar.remove();
13-
}
14-
15-
bar = document.getElementById("signUpFooter");
16-
17-
if (bar) {
18-
bar.remove();
19-
}
20-
}, 500);
1+
localStorage.setItem('pagecount', 0)

0 commit comments

Comments
 (0)