Removed this > next to the embed code
This commit is contained in:
parent
110dc5c1d0
commit
80e4f9f5ff
|
@ -110,7 +110,7 @@ var padeditbar = (function(){
|
|||
// get the pad url
|
||||
padurl = document.location;
|
||||
// change the div contents to include the pad url in an input box
|
||||
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src="'+padurl+'" width=500 height=400>"</iframe>></div>');
|
||||
$('#embed').html('<div id="embedcode">Embed code:<input id="embedinput" type="text" value="<iframe src="'+padurl+'" width=500 height=400>"</iframe></div>');
|
||||
$('#users').hide();
|
||||
$('#embed').show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue