MediaWiki:Common.js: Difference between revisions

From Glossary of Meteorology
No edit summary
Tag: Reverted
(Undo revision 28912 by WikiTeq (talk))
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();
    }
});
Copyright 2024 American Meteorological Society (AMS). For permission to reuse any portion of this work, please contact permissions@ametsoc.org. Any use of material in this work that is determined to be “fair use” under Section 107 of the U.S. Copyright Act (17 U.S. Code § 107) or that satisfies the conditions specified in Section 108 of the U.S.Copyright Act (17 USC § 108) does not require AMS’s permission. Republication, systematic reproduction, posting in electronic form, such as on a website or in a searchable database, or other uses of this material, except as exempted by the above statement, require written permission or a license from AMS. Additional details are provided in the AMS Copyright Policy statement.