Fix derpy custom embed button
This commit is contained in:
parent
9749b39dfd
commit
e3f83f27ec
|
@ -174,12 +174,14 @@
|
|||
<button class="btn" id="queue_next">Next</button>
|
||||
<button class="btn" id="queue_end">End</button>
|
||||
</div>
|
||||
<button id="customembed_btn" class="btn btn-block" style="display: none">Custom Embed</button>
|
||||
<div id="customembed_entry" style="display: none;">
|
||||
Paste the embed code below and hit Next or End. Acceptable embed codes are <code><iframe></code> and <code><object></code> tags.
|
||||
<textarea rows="3" class="input-block-level" id="customembed_code"></textarea>
|
||||
<div class="span12">
|
||||
<button id="customembed_btn" class="btn btn-block" style="display: none">Custom Embed</button>
|
||||
<div id="customembed_entry" style="display: none;">
|
||||
Paste the embed code below and hit Next or End. Acceptable embed codes are <code><iframe></code> and <code><object></code> tags.
|
||||
<textarea rows="3" class="input-block-level" id="customembed_code"></textarea>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
<br>
|
||||
<div id="extended_controls" class="span12">
|
||||
<button class="btn btn-danger btn-block" id="qlockbtn">Unlock Queue</button>
|
||||
<button class="btn btn-block" id="clearplaylist">Clear Playlist</button>
|
||||
|
|
Loading…
Reference in a new issue