MediaWiki:Common.js: Difference between revisions
From Glossary of Meteorology
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
$ | $(function () { | ||
if ($('div.term > h2 > span.mw-headline').length > 0) { | if ($('div.term > h2 > span.mw-headline').length > 0) { | ||
$('#firstHeading').hide(); | $('#firstHeading').hide(); | ||
} | } | ||
}); | }); |
Revision as of 11:12, 10 March 2024
$(function () { if ($('div.term > h2 > span.mw-headline').length > 0) { $('#firstHeading').hide(); } });