מדיה ויקי:Gadget-moveVectorMenuToTabs.js: הבדלים בין גרסאות בדף

מודרניזציה.
טאבים?
שורה 2: שורה 2:
// written by [[user:Mikimik]]
// written by [[user:Mikimik]]
$(function() {
$(function() {
$('#p-cactions li a').wrap($('<span>'));  
$('#p-cactions li a').wrap($('<span>'));  
$('div#p-views ul').append($('#p-cactions li'));  
$('div#p-views ul').append($('#p-cactions li'));  
$('#p-cactions').remove();
$('#p-cactions').remove();
});
});