forked from enviPath/enviPy
fix: remove obsolete page id
This commit is contained in:
@ -49,7 +49,6 @@
|
|||||||
(function () {
|
(function () {
|
||||||
var u = "//matomo.envipath.com/";
|
var u = "//matomo.envipath.com/";
|
||||||
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
_paq.push(['setTrackerUrl', u + 'matomo.php']);
|
||||||
_paq.push(['setSiteId', '10']);
|
|
||||||
_paq.push(['setSiteId', '{{ meta.site_id }}']);
|
_paq.push(['setSiteId', '{{ meta.site_id }}']);
|
||||||
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
||||||
g.async = true;
|
g.async = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user