mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
edit tracker script
This commit is contained in:
parent
472c5374ba
commit
d0f5c6dec7
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@
|
||||||
res(ip);
|
res(ip);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.log('fetching user ip');
|
||||||
fetch('https://api64.ipify.org/?format=json')
|
fetch('https://api64.ipify.org/?format=json')
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue