Skip to content

Commit e0c1745

Browse files
committed
Disable option menu temporarily
1 parent 1a0c934 commit e0c1745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1><span id='playlist_header'>{{title}}</span>
122122
<tr id="{{song.attributes._id}}" data-index="{{index}}" class='song_row {% if selected %}selected{% endif %}'>
123123
<td>
124124
<div class='option_div'>
125-
<i class='fa fa-ellipsis-h options'></i>
125+
<!-- <i class='fa fa-ellipsis-h options'></i> -->
126126
</div>
127127
<img class='cover' src='{{song.getCover()}}' />
128128
<span class='song_text'>{{song.attributes.title}}</span>

0 commit comments

Comments
 (0)