W.I.P. collab editor:

- Fix more IDE warnings
This commit is contained in:
Hadi Nategh 2016-08-23 18:11:07 +02:00
parent ef9634438f
commit c846dfd441

View File

@ -1012,14 +1012,10 @@ app.classes.filemanager = AppJS.extend(
/**
* Method to create a new document
* @param {object} _egwAction egw action object
*
* @todo: creating new empty odt file
*/
editor_new: function (_egwAction) {
var template_url = '/api/js/webodf/template.odt';
editor_new: function () {
egw.open_link(egw.link('/index.php', {
menuaction: 'filemanager.filemanager_ui.editor',
menuaction: 'filemanager.filemanager_ui.editor'
}), '', egw.link_get_registry('filemanager','view_popup'));
},