Skip to content

Commit

Permalink
Update hotjar.js (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Apr 18, 2023
1 parent 14ad809 commit 3fdbd77
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs-2.0/js/hotjar.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<!-- Hotjar Tracking Code for https://docs.nebula-graph.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:2875713,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>
// Hotjar Tracking Code for https://docs.nebula-graph.io/

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

0 comments on commit 3fdbd77

Please sign in to comment.