main
This commit is contained in:
parent
6c347ca179
commit
c5065df4cb
@ -17,7 +17,7 @@ function spotify() {
|
|||||||
document.getElementById("spotify").style.display = "flex";
|
document.getElementById("spotify").style.display = "flex";
|
||||||
}
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
document.getElementById("spotify").style.display = "none";
|
document.getElementById("spotify").style.display = "none";
|
||||||
});
|
});
|
||||||
setTimeout(spotify, 3000);
|
setTimeout(spotify, 3000);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user