Add return statement
This commit is contained in:
parent
9a596e455c
commit
a5e54878af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user