MediaWiki:VectorPlus.js: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
$(function(){ | |||
$ | var $pCactionsClone = $('#p-cactions').clone(); | ||
$pCactionsClone.attr('id', 'p-tools'); | |||
var | $pCactionsClone.find('.vector-menu-heading').text('Tools'); | ||
$pCactionsClone.insertAfter('#ca-history'); | |||
$(' | |||
$('# | |||
}); | }); |