diff --git a/static/js/pad_editbar.js b/static/js/pad_editbar.js index 07ff2a19..28e15808 100644 --- a/static/js/pad_editbar.js +++ b/static/js/pad_editbar.js @@ -105,10 +105,12 @@ var padeditbar = (function(){ // increase the size of the editbar $('#editbar').animate({height:'72px'}); $('#editorcontainerbox').animate({top:'72px'}); + // hide the users + $('#users').hide(); // get the pad url padurl = document.location; // change the div contents to include the pad url in an input box - $('#embed').html('
Embed code:
'); + $('#embed').html('
Embed code:>
'); $('#embed').show(); } else