MediaWiki:Gadget-addsection-plus.js: Difference between revisions

Content deleted Content added
Add in padding fix per request (not actually editprotected) on talk by Superm401 with a minor change by me.
comment out temporarily until confirmed fix; this is invalid code if there is no ca-addsection
Line 11:
if(!tablink) return;
tablink.firstChild.nodeValue = '+';
/*
var plusLink = tab.firstChild;
plusLink.style.paddingLeft = ".4em";
plusLink.style.paddingRight = ".4em";
*/
});