fix: error when expanding playlist in the web interface

This commit is contained in:
Terry Geng 2020-05-14 21:44:58 +08:00
parent 140c523a39
commit 8fdfc90730
No known key found for this signature in database
GPG Key ID: F982F8EA1DF720E7

View File

@ -99,7 +99,7 @@
</tr> </tr>
<tr id="playlist-expand" class="table-dark d-none"> <tr id="playlist-expand" class="table-dark d-none">
<td colspan="4" class="text-center"> <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. class="playlist-expand-item-range"></span> on the playlist.
</a> </a>
</td> </td>