MediaWiki:Common.js

From Green Policy
Revision as of 13:55, 10 August 2018 by DavidM (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
function addGScript(iWindow, sScript, oScriptTag, gScriptUrl, rAccessor) {
  iWindow['GoogleAnalyticsObject'] = rAccessor;
  if (!iWindow[rAccessor]) {
    iWindow[rAccessor] = function () {
      (iWindow[rAccessor].q = iWindow[rAccessor].q || []).push(arguments);
    }
  }
  iWindow[rAccessor].l = 1 * new Date();
  addScript(sScript, oScriptTag, gScriptUrl);
}

function addScript(sScript, scriptTag, scriptUrl, a, m) {
  a = sScript.createElement(scriptTag);
  m = sScript.getElementsByTagName(scriptTag)[0];
  a.async = 1;
  a.src = scriptUrl;
  m.parentNode.insertBefore(a, m)
}

addGScript(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43382723-2', 'auto');
ga('send', 'pageview');

addScript('//rum-static.pingdom.net/pa-5b6d934b54acd300160000d4.js');