diff options
author | John McLear <john@mclear.co.uk> | 2011-03-26 16:04:07 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2011-03-26 16:04:07 +0000 |
commit | 1afc41d60673774707a2c79301e7b9e75c1fd5be (patch) | |
tree | 63b33ef5cda0b470dd5870b9cc511dbcace87293 /static/js/pad_editbar.js | |
parent | 10417db76831858e4403924bc5f19a1f9bbefe02 (diff) | |
download | etherpad-lite-1afc41d60673774707a2c79301e7b9e75c1fd5be.zip |
Fix minor css bug in embed part 2
Diffstat (limited to 'static/js/pad_editbar.js')
-rw-r--r-- | static/js/pad_editbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pad_editbar.js b/static/js/pad_editbar.js index 8dfc1c33..2fe8e7e8 100644 --- a/static/js/pad_editbar.js +++ b/static/js/pad_editbar.js @@ -101,7 +101,7 @@ var padeditbar = (function(){ $('#editbar').animate({height:'72px'}); $('#editorcontainerbox').animate({top:'72px'}); 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(); } else |