Browse Source
Merge pull request #90 from jonathanspw/patch-2
update matomo siteid
pull/117/head
Igor Seletskiy
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
www/templates/layouts/base.html
|
|
@ -107,7 +107,7 @@ |
|
|
|
(function() { |
|
|
|
var u="https://matomo.almalinux.org/"; |
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']); |
|
|
|
_paq.push(['setSiteId', '1']); |
|
|
|
_paq.push(['setSiteId', '2']); |
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
|
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
|
|
|
})(); |
|
|
|