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 = () => {
|
||||
clicks++;
|
||||
|
||||
if (clicks % 5 == 0) {
|
||||
if (clicks % 5 === 0) {
|
||||
snacker({
|
||||
message: `Please stop.${resetCount}`,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue