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_next">Next</button>
|
||||||
<button class="btn" id="queue_end">End</button>
|
<button class="btn" id="queue_end">End</button>
|
||||||
</div>
|
</div>
|
||||||
<button id="customembed_btn" class="btn btn-block" style="display: none">Custom Embed</button>
|
<div class="span12">
|
||||||
<div id="customembed_entry" style="display: none;">
|
<button id="customembed_btn" class="btn btn-block" style="display: none">Custom Embed</button>
|
||||||
Paste the embed code below and hit Next or End. Acceptable embed codes are <code><iframe></code> and <code><object></code> tags.
|
<div id="customembed_entry" style="display: none;">
|
||||||
<textarea rows="3" class="input-block-level" id="customembed_code"></textarea>
|
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>
|
</div>
|
||||||
<br>
|
|
||||||
<div id="extended_controls" class="span12">
|
<div id="extended_controls" class="span12">
|
||||||
<button class="btn btn-danger btn-block" id="qlockbtn">Unlock Queue</button>
|
<button class="btn btn-danger btn-block" id="qlockbtn">Unlock Queue</button>
|
||||||
<button class="btn btn-block" id="clearplaylist">Clear Playlist</button>
|
<button class="btn btn-block" id="clearplaylist">Clear Playlist</button>
|
||||||
|
|
Loading…
Reference in a new issue