MediaWiki:Mobile.js: Difference between revisions

From Lojban
Jump to navigation Jump to search
(Created page with "→‎Any JavaScript here will be loaded for users using the mobile site: <!-- Global Site Tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager...")
 
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for users using the mobile site */
/* Any JavaScript here will be loaded for users using the mobile site */
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-45171210-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments)};
  gtag('js', new Date());
  gtag('config', 'UA-45171210-1');
</script>

Revision as of 12:33, 15 September 2017

/* Any JavaScript here will be loaded for users using the mobile site */