Fix minor css bug in embed part 2
This commit is contained in:
parent
10417db768
commit
1afc41d606
|
@ -101,7 +101,7 @@ var padeditbar = (function(){
|
||||||
$('#editbar').animate({height:'72px'});
|
$('#editbar').animate({height:'72px'});
|
||||||
$('#editorcontainerbox').animate({top:'72px'});
|
$('#editorcontainerbox').animate({top:'72px'});
|
||||||
padurl = document.location;
|
padurl = document.location;
|
||||||
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src='+padurl+'></iframe></div>">');
|
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src='+padurl+'></iframe>"></div>');
|
||||||
$('#embed').show();
|
$('#embed').show();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue