mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
Save button now removed after closing editor
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user