forked from seth/ipv4.army
lint
This commit is contained in:
parent
8a87799f20
commit
334e6958ba
2 changed files with 11 additions and 8 deletions
|
@ -13,14 +13,14 @@ document.body.appendChild(<App />);
|
|||
let clicks = 0;
|
||||
let resetCount = "";
|
||||
document.onclick = () => {
|
||||
clicks++;
|
||||
clicks++;
|
||||
|
||||
if (clicks > 5) {
|
||||
snacker({
|
||||
message: `Please stop.${resetCount}`,
|
||||
});
|
||||
resetCount += ".";
|
||||
}
|
||||
if (clicks > 5) {
|
||||
snacker({
|
||||
message: `Please stop.${resetCount}`,
|
||||
});
|
||||
resetCount += ".";
|
||||
}
|
||||
};
|
||||
|
||||
// You're garbage, let me collect you.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue