Extension:Gadgets/Scripts/addsection-plus.js

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
// Turns the "+comment" tab into "+"
// [[:en:MediaWiki:Gadget-addsection-plus.js]]
jQuery(document).ready(function() {
    $('li#ca-addsection a').text('+');
});