Skip to content

Commit 62b5efc

Browse files
authored
Merge pull request #39 from mask-application/add-analytics-tool
Add analytics tool
2 parents 3ca1a4d + 2759baa commit 62b5efc

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424

25-
yarn.lock
26-
27-
2825
# Created by https://www.gitignore.io/api/git,react,intellij,intellij+all
2926
# Edit at https://www.gitignore.io/?templates=git,react,intellij,intellij+all
3027

public/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@
3737
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.js" charset="utf-8"></script>
3838
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.js" charset="utf-8"></script>
3939
<title>ماسک (پویش مردمی مقابله با کرونا)</title>
40+
<!-- Yandex.Metrika counter -->
41+
<script type="text/javascript" >
42+
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
43+
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)})
44+
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
45+
46+
ym(61518034, "init", {
47+
clickmap:true,
48+
trackLinks:true,
49+
accurateTrackBounce:true,
50+
webvisor:true
51+
});
52+
</script>
53+
<noscript><div><img src="https://mc.yandex.ru/watch/61518034" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
54+
<!-- /Yandex.Metrika counter -->
4055
</head>
4156
<body dir="rtl">
4257
<noscript>You need to enable JavaScript to run this app.</noscript>

src/assets/fa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"informing": {
1616
"title": "آگاهی بخشی",
17-
"description": "از محتوا آموزشی نرم‌افزار بهره ببرید."
17+
"description": "از محتوای آموزشی نرم‌افزار بهره‌مند شوید."
1818
},
1919
"places": {
2020
"title": "محل ها",

0 commit comments

Comments
 (0)