MediaWiki:Gadget-AutoPatrol.js: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
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);

Revision as of 15:28, March 19, 2017

function autopatrol() {
       $(patrolLink).click();
}
$(autopatrol);