Save button now removed after closing editor
This commit is contained in:
parent
0179b61f69
commit
39d42fc62b
1 changed files with 1 additions and 0 deletions
|
@ -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>';
|
||||
|
|
Loading…
Reference in a new issue