Skip to content

Commit

Permalink
Update baseframe.html.jinja2 (#285)
Browse files Browse the repository at this point in the history
* Update baseframe.html.jinja2

Change `matomo.js` to `stats.js`
  • Loading branch information
qurbat committed May 10, 2020
1 parent 2da2133 commit e528fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion baseframe/templates/baseframe/mui/baseframe.html.jinja2
Expand Up @@ -152,7 +152,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 e528fef

Please sign in to comment.