Disable hotjar

This commit is contained in:
James Grugett 2022-05-13 14:31:03 -04:00
parent d62156b8c0
commit 5f59623be8

View File

@ -40,7 +40,7 @@ function MyApp({ Component, pageProps }: AppProps) {
`} `}
</Script> </Script>
{/* Hotjar Tracking Code for https://manifold.markets */} {/* Hotjar Tracking Code for https://manifold.markets */}
<Script id="hotjar"> {/* <Script id="hotjar">
{` {`
(function(h,o,t,j,a,r){ (function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
@ -51,7 +51,7 @@ function MyApp({ Component, pageProps }: AppProps) {
a.appendChild(r); a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
`} `}
</Script> </Script> */}
<Head> <Head>
<title>Manifold Markets A market for every question</title> <title>Manifold Markets A market for every question</title>