mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #468 from zoff-music/feature/add-song-to-other-list
Feature/add song to other list
This commit is contained in:
@@ -66,7 +66,18 @@
|
||||
<div id="volume"></div>
|
||||
</div>
|
||||
<div id="viewers" data-position="top"></div>
|
||||
<div id="addToOtherList" class="playbar-btn">
|
||||
<i class="material-icons">playlist_add</i>
|
||||
</div>
|
||||
<div id="bar"></div>
|
||||
</div>
|
||||
<div id="addToListInput" class="hide">
|
||||
<div class="input-field field-settings">
|
||||
<span>Add to other list</span>
|
||||
<form action="#" id="addToOtherListForm" onsubmit="return false;">
|
||||
<input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user