Save button now removed after closing editor

This commit is contained in:
Tom Needham 2011-10-04 20:15:20 +01:00
parent 0179b61f69
commit 39d42fc62b
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ function hideFileEditor(){
// Fade out editor
$('#editor').fadeOut('slow', function(){
$('#editor_close').remove();
$('#editor_save').remove();
$('#editor').remove();
$('.actions').prev().remove();
var editorhtml = '<div id="editor"></div>';