Skip to content

Commit

Permalink
feat(hotjar): add script
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Mar 11, 2019
1 parent ca59567 commit 7cd59b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Kleros · Court</title>
<!-- Hotjar Tracking Code for court.kleros.io -->
<script>
;(function(h, o, t, j, a, r) {
h.hj =
h.hj ||
function() {
;(h.hj.q = h.hj.q || []).push(arguments)
}
h._hjSettings = { hjid: 1232481, 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>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
Expand Down

0 comments on commit 7cd59b5

Please sign in to comment.