mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
yuh
This commit is contained in:
parent
8d4d8bc30a
commit
ef85d16497
5 changed files with 37476 additions and 6225 deletions
|
|
@ -39,7 +39,7 @@ import { removeTrailingSlash } from '../lib/url';
|
|||
const screen = `${width}x${height}`;
|
||||
const listeners = [];
|
||||
let currentUrl = `${pathname}${search}`;
|
||||
let currentRef = document.referrer || new URLSearchParams(window.location.search).get('r');
|
||||
let currentRef = document.referrer + (new URLSearchParams(window.location.search).get('r') || '');
|
||||
|
||||
/* Collect metrics */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue