summaryrefslogtreecommitdiff
path: root/dist/callback.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/callback.html')
-rw-r--r--dist/callback.html2
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"))