MediaWiki:Gadget-addsection-plus.js: Difference between revisions
Content deleted Content added
Updating script per editprotected on talk by Gracenotes |
Add in padding fix per request (not actually editprotected) on talk by Superm401 with a minor change by me. |
||
Line 11:
if(!tablink) return;
tablink.firstChild.nodeValue = '+';
var plusLink = tab.firstChild;
plusLink.style.paddingLeft = ".4em";
plusLink.style.paddingRight = ".4em";
});
|