Extension:Gadgets/Scripts/addsection-plus.js
From Linux Web Expert
// Turns the "+comment" tab into "+"
// [[:en:MediaWiki:Gadget-addsection-plus.js]]
jQuery(document).ready(function() {
$('li#ca-addsection a').text('+');
});
// Turns the "+comment" tab into "+"
// [[:en:MediaWiki:Gadget-addsection-plus.js]]
jQuery(document).ready(function() {
$('li#ca-addsection a').text('+');
});