diff options
author | luxagraf <sng@luxagraf.net> | 2019-05-03 14:46:16 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-05-03 14:46:16 -0500 |
commit | bdc06f56d538358f1fa07d35afb5733c790e3ab2 (patch) | |
tree | 54cb137b600cc3b9c6fef1c98866da92a1aa44fd | |
parent | 17c51c125898f124040b109156bdc15fa4341c2a (diff) |
added analytics
-rw-r--r-- | design/templates/base.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/design/templates/base.html b/design/templates/base.html index 20c9028..cdb2173 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -66,7 +66,6 @@ if (navigator.serviceWorker) { }); } </script> -{% if debug %}{%else%} <script> if(/libregraf\.net/.test(window.location.hostname)){ (function(f, a, t, h, o, m){ @@ -82,7 +81,6 @@ if(/libregraf\.net/.test(window.location.hostname)){ fathom('trackPageview'); } </script> -{% endif %} </body> </html> |