Skip to content

Commit

Permalink
Merge branch 'release-3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
pazolka committed Nov 29, 2022
2 parents dd7725b + c3e685c commit 7aa45dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.2

* Add hotjar

### 3.0.1

* Fix analytics
Expand Down
12 changes: 12 additions & 0 deletions app/views/global/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
<% if Rails.env.production? %>
<%= render 'global/google_analytics' %>

<!-- Hotjar Tracking Code for Ocean+ Library -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3268225,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<% end %>
<%= javascript_pack_tag 'application' %>

0 comments on commit 7aa45dc

Please sign in to comment.