Skip to content

Commit

Permalink
Remove stray tab
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 15, 2023
1 parent c0d80ac commit 7c660b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/resources/scriptlets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3982,7 +3982,7 @@ function trustedClickElement(
selectorList.unshift(selector);
return next(true);
}
elem.click();
elem.click();
tnext += clickDelay;
next();
};
Expand Down

0 comments on commit 7c660b2

Please sign in to comment.