MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
This shouldn't work, but trying anyway.
mNo edit summary
m (This shouldn't work, but trying anyway.)
Line 1: Line 1:
function autopatrol() {
function autopatrol() {
       jQuery(".patrollink a").click();
       $(patrolLink).click();
}
}
$(autopatrol);
$(autopatrol);