MediaWiki:Common.js: diferenças entre revisões
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 26: | Linha 26: | ||
//Google Analytics | //Google Analytics | ||
/* | |||
var GoogleCdn = document.createElement('script'); | var GoogleCdn = document.createElement('script'); | ||
GoogleCdn.src = 'https://www.googletagmanager.com/gtag/js?id=G-WN48Y1L814'; | GoogleCdn.src = 'https://www.googletagmanager.com/gtag/js?id=G-WN48Y1L814'; | ||
| Linha 35: | Linha 36: | ||
gtag('js', new Date()); | gtag('js', new Date()); | ||
gtag('config', 'G-WN48Y1L814'); | gtag('config', 'G-WN48Y1L814'); | ||
*/ | |||
/* TOP 버튼 */ | /* TOP 버튼 */ | ||
var topButton = document.createElement('div'); | var topButton = document.createElement('div'); | ||