Diferencia entre revisiones de «MediaWiki:Common.js»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
/* 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다. */ | /* 이 자바스크립트 설정은 모든 문서, 모든 사용자에게 적용됩니다. */ | ||
//Google Analytics | |||
var GoogleCdn = document.createElement('script'); | |||
GoogleCdn.src = 'https://www.googletagmanager.com/gtag/js?id=GTM-KCC45R3N'; | |||
document.body.appendChild(GoogleCdn); | |||
window.dataLayer = window.dataLayer || []; | |||
function gtag() { | |||
dataLayer.push(arguments); | |||
} | |||
gtag('js', new Date()); | |||
gtag('config', 'GTM-KCC45R3N'); | |||
/* TOP 버튼 */ | /* TOP 버튼 */ | ||