edit tracker script
parent
472c5374ba
commit
d0f5c6dec7
|
@ -91,6 +91,7 @@
|
|||
res(ip);
|
||||
return;
|
||||
}
|
||||
console.log('fetching user ip');
|
||||
fetch('https://api64.ipify.org/?format=json')
|
||||
.then(res => res.json())
|
||||
.then(data => {
|
||||
|
|
Loading…
Reference in New Issue