23,098
edits
mNo edit summary |
mNo edit summary |
||
Line 32: | Line 32: | ||
if ($.trim($('section:nth-last-of-type(2) .succession-box').first().prev().text()) == '') | if ($.trim($('section:nth-last-of-type(2) .succession-box').first().prev().text()) == '') | ||
$('section:nth-last-of-type(2) .succession-box').first().prev().css('display', 'none'); | $('section:nth-last-of-type(2) .succession-box').first().prev().css('display', 'none'); | ||
$('section:nth-last-of-type(2) > .succession-box').detach().appendTo('.navbox-section'); | |||
$('section:nth-last-of-type(2) > .navbox').detach().appendTo('.navbox-section'); | |||
} | } | ||
}); | }); |