לדלג לתוכן

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

מתוך צפונות ויקי
כך?
ניסוי
שורה 4: שורה 4:
$('#p-cactions li a').wrap('<span>');
$('#p-cactions li a').wrap('<span>');
$('#p-cactions li').insertAfter($('#ca-js-delete, #ca-js-block, #ca-watch, #ca-unwatch').eq(0));
$('#p-cactions li').insertAfter($('#ca-js-delete, #ca-js-block, #ca-watch, #ca-unwatch').eq(0));
$('#p-cactions').remove();
}, 777);
}, 777);
});
});

גרסה מ־23:04, 15 ביוני 2014

// for vector skin: replace the links in the dropdown menu with regular tabs and hide the menu
// written by [[user:Mikimik]]
$(function() {setTimeout(function() {
	$('#p-cactions li a').wrap('<span>');
	$('#p-cactions li').insertAfter($('#ca-js-delete, #ca-js-block, #ca-watch, #ca-unwatch').eq(0));
}, 777);
});