diff options
Diffstat (limited to 'src/templates/playlist.template.html')
-rw-r--r-- | src/templates/playlist.template.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/templates/playlist.template.html b/src/templates/playlist.template.html index d01f0d6..ece1734 100644 --- a/src/templates/playlist.template.html +++ b/src/templates/playlist.template.html @@ -1,7 +1,6 @@ <div class="list-group"> {{ #playlist }} - <a href="#" - class="list-group-item list-group-item-action {{ #isPlaying }}active{{ /isPlaying }}" + <a class="list-group-item list-group-item-action {{ #isPlaying }}active{{ /isPlaying }}" onclick="player.play({{index}})"> <h6> {{ title }} @@ -12,4 +11,4 @@ </small> </a> {{ /playlist }} -</div>
\ No newline at end of file +</div> |