Skip to content

Commit c0b592f

Browse files
Remove scripts in docs
1 parent cb571d1 commit c0b592f

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

docs/template/partials/head.tmpl.partial

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,46 +18,6 @@
1818
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
1919
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
2020

21-
<!-- Google Analytics -->
22-
<script>
23-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
24-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
25-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
26-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
27-
28-
ga('create', 'UA-41419012-6', 'auto');
29-
ga('send', 'pageview');
30-
31-
</script>
32-
<!-- /Google Analytics -->
33-
<!-- Yandex.Metrika counter -->
34-
<script type="text/javascript">
35-
(function (d, w, c) {
36-
(w[c] = w[c] || []).push(function() {
37-
try {
38-
w.yaCounter40812449 = new Ya.Metrika({
39-
id:40812449,
40-
clickmap:true,
41-
trackLinks:true,
42-
accurateTrackBounce:true
43-
});
44-
} catch(e) { }
45-
});
46-
47-
var n = d.getElementsByTagName("script")[0],
48-
s = d.createElement("script"),
49-
f = function () { n.parentNode.insertBefore(s, n); };
50-
s.type = "text/javascript";
51-
s.async = true;
52-
s.src = "https://mc.yandex.ru/metrika/watch.js";
53-
54-
if (w.opera == "[object Opera]") {
55-
d.addEventListener("DOMContentLoaded", f, false);
56-
} else { f(); }
57-
})(document, window, "yandex_metrika_callbacks");
58-
</script>
59-
<noscript><div><img src="https://mc.yandex.ru/watch/40812449" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
60-
<!-- /Yandex.Metrika counter -->
6121
<!-- at the end of the HEAD -->
6222
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
6323
<link rel="stylesheet" href="{{_rel}}styles/search.css">

0 commit comments

Comments
 (0)