Content deleted Content added
MusikAnimal (talk | contribs) add handling for all WP:PERM pages |
MusikAnimal (talk | contribs) fix inexplicable situation where element with ID rh-ad is hidden by some other stylesheet or script |
||
Line 71:
"Already done" : {
code : "ad",
summary : "already done",
id : "adc"
},
"Not done" : {
Line 541 ⟶ 542:
for(var response in responses) {
var id = responses[response].id || responses[response].code.replace(/\W/g, '');
mw.util.addPortletLink('p-navigation', 'javascript:', "("+response+")", "rh-"+id, responses[response].summary);
$("#rh-"+id).click({
|