app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.2.7 vs app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.2.8
- old
+ new
@@ -16,10 +16,10 @@
=yield :head
- unless Rails.env == 'development' || add_js != 'true'
:plain
<script type='text/javascript'>
- 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);})();
+ var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-764576-1']); _gaq.push(['_setDomainName', '.engineyard.com']); _gaq.push(['_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>
%body{:id => content_for?(:body_id) ? yield(:body_id) : ''}
#container
.wrapper