# HG changeset patch # User Sergey Budnevitch # Date 1401978876 -14400 # Node ID 1281a1f9eec27b9a060319bf3d61e2d5809b3b51 # Parent 10e622e0bfc8d6f3ed4aa406eef3957650aad917 Regenerated. diff --git a/xslt/ga.xslt b/xslt/ga.xslt --- a/xslt/ga.xslt +++ b/xslt/ga.xslt @@ -16,7 +16,7 @@ (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();