diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 03:48:42 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 03:48:42 +0300 |
commit | b83ea600ecbf2da7eba0cbbd8dc216b254e0c195 (patch) | |
tree | 174aa334ae0d73268c0f3aa6b75acbfe8522bfaf /assets/javascript | |
parent | 8156027eaacc7a11aacdbdc4763d843afb68c5fc (diff) | |
download | obs-somafm_current_track-b83ea600ecbf2da7eba0cbbd8dc216b254e0c195.tar.xz obs-somafm_current_track-b83ea600ecbf2da7eba0cbbd8dc216b254e0c195.zip |
Renaming a file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'assets/javascript')
-rw-r--r-- | assets/javascript/script.js (renamed from assets/javascript/scriptx.js) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/javascript/scriptx.js b/assets/javascript/script.js index 02394ab..d17c60c 100644 --- a/assets/javascript/scriptx.js +++ b/assets/javascript/script.js @@ -23,7 +23,7 @@ function updateData(artistTrack, titleTrack) { setTimeout(function () { /* Removes a pop-up window */ displayElement.style['animation-name'] = 'fadeOut'; - }, 3000); + }, 5000); } } @@ -49,4 +49,4 @@ client.onload = function () { setInterval(function () { client.open('GET', url); client.send(); -}, 5000); +}, 10000); |