Skip to content

Commit

Permalink
comment out tester code
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenhuynh committed May 31, 2024
1 parent 3e55bad commit 201beb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions classroom.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
</div>
</div>

<button onclick="window.location = '{{site.baseurl}}/spotifyconnect'">login</button>
<br>
<!-- <button onclick="window.location = '{{site.baseurl}}/spotifyconnect'">login</button> -->
<!-- <br> -->
<!-- <button onclick="createPlaylist()">create playlist</button>
<br>
<input id="titleInput" placeholder="Enter song title">
Expand All @@ -62,6 +62,6 @@
<br>
<button onclick="setLength(document.getElementById('lengthInput').value)">change length</button>
<br> -->
<input id="linkInput" placeholder="Enter song link">
<button onclick="tempAddSong(document.getElementById('linkInput').value)">add song</button>
<!-- <input id="linkInput" placeholder="Enter song link">
<button onclick="tempAddSong(document.getElementById('linkInput').value)">add song</button> -->

0 comments on commit 201beb9

Please sign in to comment.