whoop
This commit is contained in:
parent
89f6f06a15
commit
e112b0d6e1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let resetCount = "";
|
||||||
document.onclick = () => {
|
document.onclick = () => {
|
||||||
clicks++;
|
clicks++;
|
||||||
|
|
||||||
if (clicks % 5 == 0) {
|
if (clicks % 5 === 0) {
|
||||||
snacker({
|
snacker({
|
||||||
message: `Please stop.${resetCount}`,
|
message: `Please stop.${resetCount}`,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue