מדיה ויקי:Gadget-moveVectorMenuToTabs.js: הבדלים בין גרסאות בדף
מראה
מתקן את התיקון הקודם |
מודרניזציה. |
||
| שורה 1: | שורה 1: | ||
// for vector skin: replace the links in the dropdown menu with regular tabs and hide the menu | // for vector skin: replace the links in the dropdown menu with regular tabs and hide the menu | ||
// written by [[user:Mikimik]] | // written by [[user:Mikimik]] | ||
function | $(function() { | ||
$('#p-cactions li a').wrap($('<span>')); | |||
$('div#p-views ul').append($('#p-cactions li')); | |||
$('#p-cactions').remove(); | |||
}); | |||
גרסה מ־00:50, 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();
});