app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.3.13 vs app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.3.14
- old
+ new
@@ -22,10 +22,10 @@
_gaq.push(['_setAccount', 'UA-764576-1']);
_gaq.push(['_setDomainName', '.engineyard.com']);
_gaq.push(['_trackPageview']);
(function() {
- varga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ 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';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>