app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.2.0 vs app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.2.5

- old
+ new

@@ -16,13 +16,11 @@ =yield :head - unless Rails.env == 'development' || add_js != 'true' :plain <script type='text/javascript'> - var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-22']);_gaq.push(['_trackPageview']);_gaq.push(['_setAccount', 'UA-764576-1'],['_setDomainName',".engineyard.com"],['_setAllowHash',false],['_setAllowAnchor',true],['_trackPageview']);(function() {var ga = document.createElement('script');ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);})(); + var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-1'],['_setDomainName',".engineyard.com"],['_setAllowHash',false],['_setAllowAnchor',true],['_trackPageview']);(function() {var ga = document.createElement('script');ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';ga.setAttribute('async', 'true');document.documentElement.firstChild.appendChild(ga);})(); </script> - <!--script src="//cdn.optimizely.com/js/4180050.js"></script--> - %body{:id => content_for?(:body_id) ? yield(:body_id) : ''} #container .wrapper .header