diff options
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index b920fb1..3b6eb99 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -291,7 +291,7 @@ document.getElementById("search_form").onsubmit = function(){ <script> window.goatcounter = { /* title leaks search query, so don't report it */ - title: null, + title: "", {# to allow localhost connections (dev) to be colected, set: allow_local: true #} }; </script> |