Renaming a file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-31 04:48:42 +04:00
parent 8156027eaa
commit b83ea600ec
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -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);