Renaming a file
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
8156027eaa
commit
b83ea600ec
@ -23,7 +23,7 @@ function updateData(artistTrack, titleTrack) {
|
|||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
/* Removes a pop-up window */
|
/* Removes a pop-up window */
|
||||||
displayElement.style['animation-name'] = 'fadeOut';
|
displayElement.style['animation-name'] = 'fadeOut';
|
||||||
}, 3000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -49,4 +49,4 @@ client.onload = function () {
|
|||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
client.open('GET', url);
|
client.open('GET', url);
|
||||||
client.send();
|
client.send();
|
||||||
}, 5000);
|
}, 10000);
|
Loading…
x
Reference in New Issue
Block a user