<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>http://www.vivalv.de/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.js</id>
	<title>MediaWiki:Mobile.js - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="http://www.vivalv.de/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.js"/>
	<link rel="alternate" type="text/html" href="http://www.vivalv.de/index.php?title=MediaWiki:Mobile.js&amp;action=history"/>
	<updated>2026-05-15T22:17:18Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in VivaLV</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://www.vivalv.de/index.php?title=MediaWiki:Mobile.js&amp;diff=2621&amp;oldid=prev</id>
		<title>WikiSysop: Die Seite wurde neu angelegt: „/* Das folgende JavaScript wird für alle Nutzer der mobilen Ansicht geladen. */ //Removes the current mfTempOpenSection function so we don&#039;t get console error…“</title>
		<link rel="alternate" type="text/html" href="http://www.vivalv.de/index.php?title=MediaWiki:Mobile.js&amp;diff=2621&amp;oldid=prev"/>
		<updated>2017-11-19T16:40:59Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Das folgende JavaScript wird für alle Nutzer der mobilen Ansicht geladen.: &lt;/span&gt; //Removes the current mfTempOpenSection function so we don&amp;#039;t get console error…“&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Das folgende JavaScript wird für alle Nutzer der mobilen Ansicht geladen. */&lt;br /&gt;
//Removes the current mfTempOpenSection function so we don&amp;#039;t get console errors on heading clicks&lt;br /&gt;
$(&amp;#039;.section-heading&amp;#039;).prop(&amp;#039;onclick&amp;#039;,null);&lt;br /&gt;
//Add a new function that changes the display parameter of the collapsible div associated to the clicked header&lt;br /&gt;
$(&amp;#039;.section-heading&amp;#039;).click(function($event){&lt;br /&gt;
    var source = $event.target;&lt;br /&gt;
    var sectionHeadings = $(&amp;#039;.section-heading&amp;#039;);    &lt;br /&gt;
    sectionHeadings.toArray().forEach(function(section){&lt;br /&gt;
       var span = section.getElementsByTagName(&amp;#039;span&amp;#039;)[0];&lt;br /&gt;
       if (span.id == source.id){&lt;br /&gt;
         var collapseDiv = section.nextSibling;&lt;br /&gt;
         collapseDiv.style.display = collapseDiv.style.display == &amp;quot;block&amp;quot; ? &amp;quot;none&amp;quot; : &amp;quot;block&amp;quot;;&lt;br /&gt;
         return;&lt;br /&gt;
       }&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>