W.I.P. collab editor:

- Implement create new empty document
This commit is contained in:
Hadi Nategh
2016-08-23 17:57:03 +02:00
parent 6a4c89d61a
commit d622af8c44
4 changed files with 96 additions and 51 deletions

View File

@ -1020,7 +1020,6 @@ app.classes.filemanager = AppJS.extend(
var template_url = '/api/js/webodf/template.odt';
egw.open_link(egw.link('/index.php', {
menuaction: 'filemanager.filemanager_ui.editor',
path: template_url
}), '', egw.link_get_registry('filemanager','view_popup'));
},