MediaWiki:Mobile.js: различия между версиями

Материал из patristics
Перейти к навигации Перейти к поиску
(Новая страница: «→‎All JavaScript here will be loaded for users of the mobile site: <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-31SSS1P8XM"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-31SSS1P8XM'); </script>»)
 
(Отмена правки 399, сделанной Vyacheslav-fv (обсуждение))
Метка: отмена
 
(не показана 1 промежуточная версия этого же участника)
(нет различий)

Текущая версия от 21:56, 27 сентября 2023

/* All JavaScript here will be loaded for users of the mobile site */

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-31SSS1P8XM"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

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