diff options
Diffstat (limited to 'dist')
-rw-r--r-- | dist/callback.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/callback.html b/dist/callback.html index 4181309..874a136 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -82,7 +82,7 @@ body { function load_songs() { console.log("loading songs"); - document.getElementById("p1").innerHTML = "Loading songs"; + document.getElementById("status").innerHTML = "Loading songs"; document.getElementById("Load_button").disabled = true; let token = sessionStorage.getItem('token'); fetch("https://kobert.dev/spotify-api/callback/" + token + "/" + getParameterByName("code")) |