mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +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 currentUrl = `${pathname}${search}`;
|
||||||
let currentRef = getPath(document.referrer);
|
let currentRef = document.referrer;
|
||||||
let title = document.title;
|
let title = document.title;
|
||||||
let cache;
|
let cache;
|
||||||
let initialized;
|
let initialized;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue