MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Disable dark reader |
Rename tabs Tag: Replaced |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
$(document).ready(function() { | |||
$('#ca-nstab-main a').text('Article'); | |||
$('#ca-history a').text('History'); | |||
$('#ca-view a').text('Read'); | |||
}); | |||
Latest revision as of 15:40, 11 July 2026
$(document).ready(function() {
$('#ca-nstab-main a').text('Article');
$('#ca-history a').text('History');
$('#ca-view a').text('Read');
});