MediaWiki:Gadget-PatrolTab.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
(Testing another method.)
mNo edit summary
Line 9: Line 9:
$(portletLink).click( function( e ) {
$(portletLink).click( function( e ) {
         e.preventDefault();
         e.preventDefault();
        // doSomeStuff();
         jQuery(".patrollink a").click();
         jQuery(".patrollink a").click();
});
});