Changes

Jump to navigation Jump to search

MediaWiki:Common.js

137 bytes added, 5 years ago
m
no edit summary
// CategoryTree
$('.CategoryTreeLabelPage').first().prev().before("---------------------------<br>");
$('.CategoryTreeEmptyBullet').each( function(){
if( $(this).next().next().val() === undefined){
$(this).parent().hide();
}
});
});

Navigation menu