Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix: error when expanding playlist in the web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryGeng committed May 14, 2020
1 parent 140c523 commit 8fdfc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>botamusique Web Interface</h1>
</tr>
<tr id="playlist-expand" class="table-dark d-none">
<td colspan="4" class="text-center">
<a class="text-muted" href="javascript;">See item <span
<a class="text-muted" href="javascript:">See item <span
class="playlist-expand-item-range"></span> on the playlist.
</a>
</td>
Expand Down

0 comments on commit 8fdfc90

Please sign in to comment.