MediaWiki:Common.js: Difference between revisions
From Glossary of Meteorology
No edit summary Tag: Reverted |
Tags: Undo Reverted |
||
Line 1: | Line 1: | ||
$(function () { | $(document).ready(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:17, 10 March 2024
$(document).ready(function() { if ($('div.term > h2 > span.mw-headline').length > 0) { $('#firstHeading').hide(); } });