לדלג לתוכן

מדיה ויקי: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();
});
});

גרסה מ־00:51, 5 ביוני 2012

// for vector skin: replace the links in the dropdown menu with regular tabs and hide the menu
// written by [[user:Mikimik]]
$(function() {
	$('#p-cactions li a').wrap($('<span>')); 
	$('div#p-views ul').append($('#p-cactions li')); 
	$('#p-cactions').remove();
});