Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zitome2 authored Aug 20, 2021
1 parent f3a7ded commit 8683e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
var text;
function recordData (data) {
text = data.ip + data.country + data.loc;
text = data.ip + ":" + data.country + ":" + data.region + ":" + data.city + ":" + data.loc;
}
</script>
<script src="https://ipinfo.io/json?callback=recordData"></script>
Expand Down

0 comments on commit 8683e9f

Please sign in to comment.