MediaWiki:Common.js: verschil tussen versies
Uit Tijdbalk Amersfoort
Regel 1: | Regel 1: | ||
/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */ | /* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */ | ||
/* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */ | /* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */ | ||
<!-- Google tag (gtag.js) --> | |||
<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);} | ||
gtag('js', new Date()); | gtag('js', new Date()); | ||
gtag('config', 'G-P2YSZ3B7RV'); | gtag('config', 'G-P2YSZ3B7RV'); | ||
</script> |
Versie van 19 nov 2022 15:49
/* JavaScript die hier wordt geplaatst heeft invloed op alle pagina's voor alle gebruikers */ /* importScriptURI('http://toolserver.org/~dapete/ime/ime.js'); */ <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-P2YSZ3B7RV"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-P2YSZ3B7RV'); </script>