edit tracker script
parent
472c5374ba
commit
d0f5c6dec7
|
@ -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…
Reference in New Issue