Skip to content

Commit cb38813

Browse files
committed
add hotjar script
1 parent b6b8f75 commit cb38813

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ui/src/partials/head-scripts.hbs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
{{/with}}
3131
<script defer src="https://widget.kapa.ai/kapa-widget.bundle.js" data-website-id="06cd008c-32ae-46d3-946b-211d1afd443c" data-project-name="CircleCI" data-project-color="#161616" data-project-logo="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTI7jLeuu2k66svJDmHxYKlP7Ysf7FvNbkuvzAhHEPCsvLbhcpVRnoJCm538OSv6o5uzlQ&usqp=CAU"
3232
></script>
33+
<!-- Hotjar Tracking Code for www.circleci.com -->
34+
<script>
35+
(function(h,o,t,j,a,r){
36+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
37+
h._hjSettings={hjid:413720,hjsv:6};
38+
a=o.getElementsByTagName('head')[0];
39+
r=o.createElement('script');r.async=1;
40+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
41+
a.appendChild(r);
42+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
43+
</script>
3344
{{!--
3445
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
3546
--}}

0 commit comments

Comments
 (0)