ga.js 608 B

1234567891011121314
  1. if (window.location.hostname === 'handsontable.com' || window.location.hostname === 'www.handsontable.com' || window.location.hostname === 'warpech.github.com') {
  2. var _gaq = _gaq || [];
  3. _gaq.push(['_setAccount', 'UA-33932793-1']);
  4. _gaq.push(['_trackPageview']);
  5. (function () {
  6. var ga = document.createElement('script');
  7. ga.type = 'text/javascript';
  8. ga.async = true;
  9. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  10. var s = document.getElementsByTagName('script')[0];
  11. s.parentNode.insertBefore(ga, s);
  12. })();
  13. }