mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
remove getPath from initial referrer
This commit is contained in:
parent
93707606df
commit
58197116dd
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
|
||||
let currentUrl = `${pathname}${search}`;
|
||||
let currentRef = getPath(document.referrer);
|
||||
let currentRef = document.referrer;
|
||||
let title = document.title;
|
||||
let cache;
|
||||
let initialized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue