mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added add song to other list from one list button in the controls bar
This commit is contained in:
@@ -66,10 +66,17 @@
|
||||
<div id="volume"></div>
|
||||
</div>
|
||||
<div id="viewers" data-position="top"></div>
|
||||
<div id="addToOtherList" class="playbar-btn">
|
||||
<div id="addToOtherList" class="playbar-btn hide-on-small-only">
|
||||
<i class="material-icons">playlist_add</i>
|
||||
</div>
|
||||
<div id="bar"></div>
|
||||
</div>
|
||||
<div id="addToListInput" class="hide">
|
||||
<div class="input-field field-settings">
|
||||
<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