renamed piwik.js

This commit is contained in:
Alexander Yakovlev 2018-09-03 16:17:00 +07:00
parent ee16401241
commit 8627dc510c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter14680198 = new Ya.Metrika({ id:14680198, clickmap:true, trackLinks:true, accurateTrackBounce:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script>
<script type="text/javascript">var _paq = _paq || [];_paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);(function() {var u="https://webstats.oreolek.ru/";_paq.push(['setTrackerUrl', u+'piwik.php']);_paq.push(['setSiteId', 'Njw2j']);var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);})();</script>
<script type="text/javascript">var _paq = _paq || [];_paq.push(['trackPageView']);_paq.push(['enableLinkTracking']);(function() {var u="https://webstats.oreolek.ru/";_paq.push(['setTrackerUrl', u+'piwik.php']);_paq.push(['setSiteId', 'Njw2j']);var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'code.js'; s.parentNode.insertBefore(g,s);})();</script>
<?php wp_head(); ?>
</head>