Add return statement

This commit is contained in:
RealStickman 2023-03-12 15:21:28 +01:00
parent 9a596e455c
commit a5e54878af

View File

@ -4,7 +4,7 @@
// prepend the url to the path
path: function(p) { return location.host + p },
// normalize referrer to just the URL
referrer: function(r) { new URL(document.referrer).origin }
referrer: function(r) { return new URL(document.referrer).origin }
}
</script>
<script data-goatcounter="https://exu.goatcounter.com/count"