« MediaWiki:Common.js » : différence entre les versions
		
		
		
		Aller à la navigation
		Aller à la recherche
		
| Aucun résumé des modifications | Aucun résumé des modifications | ||
| Ligne 1 : | Ligne 1 : | ||
| <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom --> | |||
| <script> | |||
| (function(f, a, t, h, o, m){ | (function(f, a, t, h, o, m){ | ||
| 	a[h]=a[h]||function(){ | 	a[h]=a[h]||function(){ | ||
| Ligne 6 : | Ligne 8 : | ||
| 	m=f.getElementsByTagName('script')[0]; | 	m=f.getElementsByTagName('script')[0]; | ||
| 	o.async=1; o.src=t; o.id='fathom-script'; | 	o.async=1; o.src=t; o.id='fathom-script'; | ||
| 	m.parentNode.insertBefore(o,m) | 	m.parentNode.insertBefore(o,m) | ||
| }) | })(document, window, '//fathom.jeanvalerecossu.fr/tracker.js', 'fathom'); | ||
| fathom('set', 'siteId', 'XMNXO'); | fathom('set', 'siteId', 'XMNXO'); | ||
| fathom('trackPageview'); | fathom('trackPageview'); | ||
| </script> | |||
| <!-- / Fathom --> | |||
Version du 4 novembre 2021 à 10:53
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
	a[h]=a[h]||function(){
		(a[h].q=a[h].q||[]).push(arguments)
	};
	o=f.createElement('script'),
	m=f.getElementsByTagName('script')[0];
	o.async=1; o.src=t; o.id='fathom-script';
	m.parentNode.insertBefore(o,m)
})(document, window, '//fathom.jeanvalerecossu.fr/tracker.js', 'fathom');
fathom('set', 'siteId', 'XMNXO');
fathom('trackPageview');
</script>
<!-- / Fathom -->