diff options
-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> |