<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://tezcatl.historico.ciesas.edu.mx/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js</id>
	<title>MediaWiki:Common.js - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://tezcatl.historico.ciesas.edu.mx/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.js"/>
	<link rel="alternate" type="text/html" href="https://tezcatl.historico.ciesas.edu.mx/index.php?title=MediaWiki:Common.js&amp;action=history"/>
	<updated>2026-04-07T06:15:16Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://tezcatl.historico.ciesas.edu.mx/index.php?title=MediaWiki:Common.js&amp;diff=7884&amp;oldid=prev</id>
		<title>Tezcatl en 23:35 25 ago 2024</title>
		<link rel="alternate" type="text/html" href="https://tezcatl.historico.ciesas.edu.mx/index.php?title=MediaWiki:Common.js&amp;diff=7884&amp;oldid=prev"/>
		<updated>2024-08-25T23:35:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Cualquier código JavaScript escrito aquí se cargará para todos los usuarios en cada carga de página */&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * @source https://www.mediawiki.org/wiki/Snippets/Open_specific_links_in_new_window&lt;br /&gt;
 * @version 2018-09-15&lt;br /&gt;
 */&lt;br /&gt;
$( function () {&lt;br /&gt;
	$( &amp;#039;#mw-content-text&amp;#039; ).on( &amp;#039;click&amp;#039;, &amp;#039;.newwin &amp;gt; a&amp;#039;, function () {&lt;br /&gt;
		var otherWindow = window.open();&lt;br /&gt;
		otherWindow.opener = null;&lt;br /&gt;
		otherWindow.location = this;&lt;br /&gt;
		return false;&lt;br /&gt;
	} );&lt;br /&gt;
} );&lt;/div&gt;</summary>
		<author><name>Tezcatl</name></author>
	</entry>
</feed>