This commit is contained in:
Boof 2023-01-18 11:33:28 +01:00 committed by GitHub
parent 817571fff0
commit 9268c3f773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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
View File

0
js/counter/package.json Normal file
View File