mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
fix
This commit is contained in:
parent
817571fff0
commit
9268c3f773
@ -16,11 +16,11 @@ function delay(milliseconds){
|
||||
|
||||
//Get the current year and store it in a variable
|
||||
var year = new Date().getFullYear();
|
||||
|
||||
var userip = 0
|
||||
// Get the userip and store it in a variable
|
||||
$.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/getip", function(data) {
|
||||
userip = (data.ip);
|
||||
})
|
||||
var userip = (data.ip);
|
||||
|
||||
window.onload = async function startdown(){
|
||||
while(true) {
|
||||
|
||||
0
js/counter/counter.js
Normal file
0
js/counter/counter.js
Normal file
0
js/counter/package.json
Normal file
0
js/counter/package.json
Normal file
Loading…
x
Reference in New Issue
Block a user