LSP - redraw preview page, dont add
LSP fix the bug caused by the previous fix..
This commit is contained in:
parent
e4f5ba219f
commit
3b7025019f
2 changed files with 11 additions and 2 deletions
|
@ -1298,7 +1298,7 @@ function buildstreamembed(streamName,embedbase) {
|
|||
return $(this).text() == streamName;
|
||||
}).addClass('current');
|
||||
|
||||
$('#subpage').append(
|
||||
$('#subpage').html(
|
||||
$('<div>').addClass('input_container').html(
|
||||
$('<label>').text('The info embed URL is:').append(
|
||||
$('<input>').attr('type','text').attr('readonly','readonly').val(embedbase+'info_'+streamName+'.js')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue