Skip to content

Commit

Permalink
Integrate hotjar (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorcan-codes authored Jun 14, 2023
1 parent 1340f23 commit 9abe0e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified ui/build/ui-bundle.zip
Binary file not shown.
11 changes: 11 additions & 0 deletions ui/src/partials/head-scripts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@
<script src="{{uiRootPath}}/js/vendor/medium-zoom.js?new"></script>
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="e4db29b5-cd94-4bcf-87e4-04f4ca564240" data-blockingmode="manual"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>

<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3529885,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>

0 comments on commit 9abe0e9

Please sign in to comment.