CC-2908: Add "Live Stream" title to live stream popup window
-done
This commit is contained in:
parent
1bd9cf84ea
commit
0613c6db3a
|
@ -1,4 +1,5 @@
|
|||
<div id="content" class="jp-container">
|
||||
<h1>Live stream</h1>
|
||||
<?php $ids = Application_Model_StreamSetting::getEnabledStreamIds(); ?>
|
||||
<script>
|
||||
function setjPlayer(url, type){
|
||||
|
@ -74,9 +75,6 @@ $(document).ready(function(){
|
|||
<li><a href="javascript:;" class="jp-unmute" tabindex="1">unmute</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="jp_playlist_1" class="jp-playlist">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="jp_playlist_1" class="jp-playlist"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue