MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,357: | Line 1,357: | ||
} | } | ||
$('.pre-content.heading-holder > p').each(function () { | |||
if ($(this).find('a').length) { | |||
$('#firstHeading').hide(); | |||
} | |||
}); | |||
} | |||
}); | }); | ||