From c5065df4cb0b582a6f14b4a0759adc623ffba0a8 Mon Sep 17 00:00:00 2001 From: Alfie King Date: Thu, 5 Sep 2024 00:24:19 +0100 Subject: [PATCH] main --- src/static/js/spotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/spotify.js b/src/static/js/spotify.js index eea5fb5..a9beede 100644 --- a/src/static/js/spotify.js +++ b/src/static/js/spotify.js @@ -17,7 +17,7 @@ function spotify() { document.getElementById("spotify").style.display = "flex"; } }).catch(error => { - document.getElementById("spotify").style.display = "none"; + document.getElementById("spotify").style.display = "none"; }); setTimeout(spotify, 3000); }