File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1111
1212 <title>Getting Started — InterpretML documentation</title>
1313
14- <!-- Google tag (gtag.js) -->
15- <script async src="https://www.googletagmanager.com/gtag/js?id=G-M158EQKWT8"></script>
16- <script>
17- window.dataLayer = window.dataLayer || [];
18- function gtag(){dataLayer.push(arguments);}
19- gtag('js', new Date());
20-
21- gtag('config', 'G-M158EQKWT8');
22- </script>
23-
2414 <script data-cfasync="false">
2515 document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
2616 document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
7767 <meta name="docsearch:language" content="en"/>
7868 </head>
7969
70+ <!-- Google tag (gtag.js) -->
71+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-M158EQKWT8"></script>
72+ <script>
73+ window.dataLayer = window.dataLayer || [];
74+ function gtag(){dataLayer.push(arguments);}
75+ gtag('js', new Date());
76+
77+ gtag('config', 'G-M158EQKWT8');
78+ </script>
8079
8180 <body data-bs-spy="scroll" data-bs-target=".bd-toc-nav" data-offset="180" data-bs-root-margin="0px 0px -60%" data-default-mode="">
8281
You can’t perform that action at this time.
0 commit comments