comparison xslt/ga.xslt @ 1214:1281a1f9eec2

Regenerated.
author Sergey Budnevitch <sb@waeme.net>
date Thu, 05 Jun 2014 18:34:36 +0400
parents c454373427ef
children b4ffb3981416
comparison
equal deleted inserted replaced
1213:10e622e0bfc8 1214:1281a1f9eec2
14 _gaq.push(['_setDomainName', 'nginx.org']); 14 _gaq.push(['_setDomainName', 'nginx.org']);
15 _gaq.push(['_trackPageview']); 15 _gaq.push(['_trackPageview']);
16 16
17 (function() { 17 (function() {
18 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 18 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
19 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 19 ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
20 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 20 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
21 })(); 21 })();
22 22
23 </script> 23 </script>
24 24