|
14 | 14 | window.$docsify = { |
15 | 15 | name: 'Laravel Wallet', |
16 | 16 | repo: 'bavix/laravel-wallet', |
17 | | - // ga: 'UA-98195013-2', |
| 17 | + ga: 'UA-98195013-2', |
18 | 18 | loadSidebar: true, |
19 | 19 | loadNavbar: true, |
20 | 20 | relativePath: true, |
|
24 | 24 | } |
25 | 25 | </script> |
26 | 26 | <script src="https://unpkg.com/docsify/lib/docsify.min.js"></script> |
27 | | -<!-- <script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script>--> |
| 27 | + <script src="https://unpkg.com/docsify/lib/plugins/ga.min.js"></script> |
28 | 28 | <script src="https://unpkg.com/prismjs/components/prism-bash.min.js"></script> |
29 | 29 | <script src="https://unpkg.com/prismjs/components/prism-php.min.js"></script> |
30 | | -<!-- <!– Yandex.Metrika counter –>--> |
31 | | -<!-- <script type="text/javascript" >--> |
32 | | -<!-- (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};--> |
33 | | -<!-- m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})--> |
34 | | -<!-- (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");--> |
| 30 | + <!-- Yandex.Metrika counter --> |
| 31 | + <script type="text/javascript" > |
| 32 | + (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; |
| 33 | + m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) |
| 34 | + (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); |
35 | 35 |
|
36 | | -<!-- ym(54074236, "init", {--> |
37 | | -<!-- clickmap:true,--> |
38 | | -<!-- trackLinks:true,--> |
39 | | -<!-- accurateTrackBounce:true,--> |
40 | | -<!-- webvisor:true--> |
41 | | -<!-- });--> |
42 | | -<!-- </script>--> |
43 | | -<!-- <noscript><div><img src="https://mc.yandex.ru/watch/54074236" style="position:absolute; left:-9999px;" alt="" /></div></noscript>--> |
44 | | -<!-- <!– /Yandex.Metrika counter –>--> |
| 36 | + ym(54074236, "init", { |
| 37 | + clickmap:true, |
| 38 | + trackLinks:true, |
| 39 | + accurateTrackBounce:true, |
| 40 | + webvisor:true |
| 41 | + }); |
| 42 | + </script> |
| 43 | + <noscript><div><img src="https://mc.yandex.ru/watch/54074236" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
| 44 | + <!-- /Yandex.Metrika counter --> |
45 | 45 | </body> |
46 | 46 | </html> |
0 commit comments