mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
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
|
||||
* @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'));
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user