LSP - redraw preview page, dont add

LSP fix the bug caused by the previous fix..
This commit is contained in:
cat 2014-04-04 12:02:14 +02:00 committed by Thulinma
parent e4f5ba219f
commit 3b7025019f
2 changed files with 11 additions and 2 deletions

View file

@ -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')