edit tracker script

pull/1644/head
Sergei Meza 2022-10-18 12:26:24 +09:00
parent 472c5374ba
commit d0f5c6dec7
1 changed files with 1 additions and 0 deletions

View File

@ -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 => {