MediaWiki:Minerva.js: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the MinervaNeue skin */
/* All JavaScript here will be loaded for users of the MinervaNeue skin */


/* Multiple navbox sections */
/* Collapse the navbox section */
$(function() {
$(function() {
$('.navbox-heading + section + .navbox-heading > .mw-headline').text('More links');
if ($(window).width() >= 720)
$('.navbox-heading + section + .navbox-heading + section + .navbox-heading').attr('style', 'display:none');
$('.navbox-heading').click();
$('.navbox-heading + section + .navbox-heading + section + .navbox-heading + section').attr('style', 'display:none');
});
});