Skip to content

Commit

Permalink
Disable option menu temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastinSanty committed Mar 27, 2017
1 parent 1a0c934 commit e0c1745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1><span id='playlist_header'>{{title}}</span>
<tr id="{{song.attributes._id}}" data-index="{{index}}" class='song_row {% if selected %}selected{% endif %}'>
<td>
<div class='option_div'>
<i class='fa fa-ellipsis-h options'></i>
<!-- <i class='fa fa-ellipsis-h options'></i> -->
</div>
<img class='cover' src='{{song.getCover()}}' />
<span class='song_text'>{{song.attributes.title}}</span>
Expand Down

1 comment on commit e0c1745

@SebastinSanty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#20 resolved

Please sign in to comment.