Extension:Gadgets/Scripts/addsection-plus.js

From Linux Web Expert

Revision as of 16:10, 7 January 2022 by imported>Baris6161TURK (Copied from c:MediaWiki:Gadget-addsection-plus.js to create an example for Extension:Gadgets/Scripts.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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