Sha256: b66557b5cdb8b1c13e2d49fabaf7f9f1b7d35aaefd2fa5d8386c43f5679dc6a1

Contents?: true

Size: 696 Bytes

Versions: 17

Compression:

Stored size: 696 Bytes

Contents

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '<%= Hyrax::Analytics.config.analytics_id %>']);
  <% if Rails.env.development? %>
    // This allows us to look at GA data live from locahost
    _gaq.push(['_setDomainName', 'none']);
  <% end %>

  (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';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  window.analytics = _gaq;
</script>
<meta name="analytics-provider" content="google">

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/shared/_ga.html.erb
hyrax-5.0.0 app/views/shared/_ga.html.erb
hyrax-5.0.0.rc3 app/views/shared/_ga.html.erb
hyrax-5.0.0.rc2 app/views/shared/_ga.html.erb
hyrax-5.0.0.rc1 app/views/shared/_ga.html.erb
hyrax-3.6.0 app/views/shared/_ga.html.erb
hyrax-4.0.0 app/views/shared/_ga.html.erb
hyrax-4.0.0.rc3 app/views/shared/_ga.html.erb
hyrax-4.0.0.rc2 app/views/shared/_ga.html.erb
hyrax-4.0.0.rc1 app/views/shared/_ga.html.erb
hyrax-3.5.0 app/views/shared/_ga.html.erb
hyrax-4.0.0.beta2 app/views/shared/_ga.html.erb
hyrax-3.4.2 app/views/shared/_ga.html.erb
hyrax-4.0.0.beta1 app/views/shared/_ga.html.erb
hyrax-3.4.1 app/views/shared/_ga.html.erb
hyrax-3.4.0 app/views/shared/_ga.html.erb
hyrax-3.3.0 app/views/shared/_ga.html.erb