We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c934 commit e0c1745Copy full SHA for e0c1745
views/index.html
@@ -122,7 +122,7 @@ <h1><span id='playlist_header'>{{title}}</span>
122
<tr id="{{song.attributes._id}}" data-index="{{index}}" class='song_row {% if selected %}selected{% endif %}'>
123
<td>
124
<div class='option_div'>
125
- <i class='fa fa-ellipsis-h options'></i>
+ <!-- <i class='fa fa-ellipsis-h options'></i> -->
126
</div>
127
<img class='cover' src='{{song.getCover()}}' />
128
<span class='song_text'>{{song.attributes.title}}</span>
0 commit comments