<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.highereduspot.com/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://www.highereduspot.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js"/>
	<link rel="alternate" type="text/html" href="https://www.highereduspot.com/index.php?title=MediaWiki:Common.js&amp;action=history"/>
	<updated>2026-06-13T23:51:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://www.highereduspot.com/index.php?title=MediaWiki:Common.js&amp;diff=2570&amp;oldid=prev</id>
		<title>HigherEduSpot at 16:45, 26 September 2025</title>
		<link rel="alternate" type="text/html" href="https://www.highereduspot.com/index.php?title=MediaWiki:Common.js&amp;diff=2570&amp;oldid=prev"/>
		<updated>2025-09-26T16:45:00Z</updated>

		<summary type="html">&lt;p&gt;&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;
mw.loader.using([&amp;#039;mediawiki.util&amp;#039;, &amp;#039;jquery&amp;#039;]).then(function () {&lt;br /&gt;
    $(document).ready(function () {&lt;br /&gt;
        var banner = $(&amp;#039;#wiki-banner&amp;#039;); // Select the banner&lt;br /&gt;
        var closeButton = $(&amp;#039;#close-banner&amp;#039;); // Select the close button&lt;br /&gt;
&lt;br /&gt;
        if (!banner.length || !closeButton.length) return; // Exit if elements are missing&lt;br /&gt;
&lt;br /&gt;
        // Check if the banner was closed before&lt;br /&gt;
        if (sessionStorage.getItem(&amp;quot;bannerClosed&amp;quot;) !== &amp;quot;true&amp;quot;) {&lt;br /&gt;
            banner.show(); // Show only if not closed before&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        // Close banner on click and remember state for session&lt;br /&gt;
        closeButton.on(&amp;quot;click&amp;quot;, function () {&lt;br /&gt;
            banner.hide();&lt;br /&gt;
            sessionStorage.setItem(&amp;quot;bannerClosed&amp;quot;, &amp;quot;true&amp;quot;);&lt;br /&gt;
        });&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>HigherEduSpot</name></author>
	</entry>
</feed>