<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://istc.cetaf.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js</id>
	<title>MediaWiki:Common.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://istc.cetaf.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js"/>
	<link rel="alternate" type="text/html" href="https://istc.cetaf.org/index.php?title=MediaWiki:Common.js&amp;action=history"/>
	<updated>2026-05-04T13:06:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://istc.cetaf.org/index.php?title=MediaWiki:Common.js&amp;diff=1077&amp;oldid=prev</id>
		<title>bwf&gt;David Fichtmueller: added function to hide page title</title>
		<link rel="alternate" type="text/html" href="https://istc.cetaf.org/index.php?title=MediaWiki:Common.js&amp;diff=1077&amp;oldid=prev"/>
		<updated>2016-02-16T10:00:56Z</updated>

		<summary type="html">&lt;p&gt;added function to hide page title&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
//this snippet will hide the page title if the Template:NO_TITLE is included in a page via {{NO_TITLE}}&lt;br /&gt;
$(document).ready(function() {&lt;br /&gt;
    var noPageTitleToken= document.getElementsByClassName(&amp;#039;mw_hide_page_title&amp;#039;);&lt;br /&gt;
    if(noPageTitleToken.length&amp;gt;0){&lt;br /&gt;
        header = document.getElementById(&amp;#039;firstHeading&amp;#039;);&lt;br /&gt;
        if(header){&lt;br /&gt;
            header.style.display = &amp;quot;none&amp;quot;;&lt;br /&gt;
        } &lt;br /&gt;
    }&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>bwf&gt;David Fichtmueller</name></author>
	</entry>
</feed>