Skip to content

Commit 8a54a21

Browse files
author
Altify
authored
Update stats.svg.html
1 parent 2bb877b commit 8a54a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

html/stats.svg.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
<div class="website-counter"></div>
66
<script>
77
setTimeout(Refrsh, 1000);
8+
setTimeout(data, 100);
89
function Refrsh() {
910
location.reload();
11+
$.getJSON('http://ip-api.com/json', function(data) {
12+
console.log(JSON.stringify(data, null, 2));
13+
});
1014
};
1115
};
1216
</script>

0 commit comments

Comments
 (0)