MediaWiki:Gadget-PatrolTab.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
function mark_as_patrolled(){  
function mark_as_patrolled(){  
jQuery(".patrollink a").click();
jQuery(".patrollink a").click();
}
};
{
  document.getElementById("spoilercontents_" + num).style.display="none";
  var lk = document.getElementById("spoilerlk_" + num);
  lk.replaceChild(document.createTextNode("show"), lk.firstChild);
  lk.setAttribute("href", "javascript:show_spoilerbox(" + num + ")");
}


$( function() {
$( function() {