diff --git a/filemanager/js/app.js b/filemanager/js/app.js index 6a82a69e2a..c3329b1877 100644 --- a/filemanager/js/app.js +++ b/filemanager/js/app.js @@ -1205,6 +1205,7 @@ app.classes.filemanager = AppJS.extend( if (!file_path.match(/\.odt$/,'ig')) file_path += '.odt'; widgetFilePath.set_value(file_path); self.editor.getDocumentAsByteArray(saveByteArrayLocally); + egw.refresh('','filemanager'); } }); // start the file selector dialog