Skip to content

Commit

Permalink
Update baseframe.html.jinja2
Browse files Browse the repository at this point in the history
Change `matomo.js` to `stats.js`
  • Loading branch information
qurbat committed May 10, 2020
1 parent 2da2133 commit 0d1bf01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '{{ config['MATOMO_ID'] }}']);
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+'matomo.js'; s.parentNode.insertBefore(g,s);
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'stats.js'; s.parentNode.insertBefore(g,s);
})();
</script>
{%- endif -%}
Expand Down

0 comments on commit 0d1bf01

Please sign in to comment.