Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-li committed Dec 20, 2024
1 parent ac44896 commit 844c8a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/jukebox.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</a>
<p> luisa is currently listening to...</p>
<div id="jukebox">
<p> nothing at the moment...</p>
</div>

<script>
Expand All @@ -24,8 +25,6 @@

if (response.status === 200) {
document.getElementById("jukebox").innerHTML = data;
} else {
document.getElementById("jukebox").innerHTML = "<p>nothing at the moment...</p>"
}
}
getCurrentSong();
Expand Down

0 comments on commit 844c8a5

Please sign in to comment.