forked from extern/egroupware
W.I.P. collab editor:
- Fix more IDE warnings
This commit is contained in:
parent
ef9634438f
commit
c846dfd441
@ -1012,14 +1012,10 @@ app.classes.filemanager = AppJS.extend(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Method to create a new document
|
* Method to create a new document
|
||||||
* @param {object} _egwAction egw action object
|
|
||||||
*
|
|
||||||
* @todo: creating new empty odt file
|
|
||||||
*/
|
*/
|
||||||
editor_new: function (_egwAction) {
|
editor_new: function () {
|
||||||
var template_url = '/api/js/webodf/template.odt';
|
|
||||||
egw.open_link(egw.link('/index.php', {
|
egw.open_link(egw.link('/index.php', {
|
||||||
menuaction: 'filemanager.filemanager_ui.editor',
|
menuaction: 'filemanager.filemanager_ui.editor'
|
||||||
}), '', egw.link_get_registry('filemanager','view_popup'));
|
}), '', egw.link_get_registry('filemanager','view_popup'));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user