MediaWiki:Common.js: verschil tussen versies

Uit Tijdbalk Amersfoort
Ga naar:navigatie, zoeken
Regel 3: Regel 3:
/* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */
/* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */


<!-- Google tag (gtag.js) -->
importScriptURI('https://www.googletagmanager.com/gtag/js?id=G-P2YSZ3B7RV');
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P2YSZ3B7RV"></script>
<script>
   window.dataLayer = window.dataLayer || [];
   window.dataLayer = window.dataLayer || [];
   function gtag(){dataLayer.push(arguments);}
   function gtag(){dataLayer.push(arguments);}
Regel 11: Regel 9:


   gtag('config', 'G-P2YSZ3B7RV');
   gtag('config', 'G-P2YSZ3B7RV');
</script>

Versie van 19 nov 2022 15:40

/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */

/* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */

importScriptURI('https://www.googletagmanager.com/gtag/js?id=G-P2YSZ3B7RV');
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-P2YSZ3B7RV');