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