mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
W.I.P collab Editor:
- Implement user access to a document - Implement leave session mechanism for user - Implement single document network for an user (user be able to open a doc multiple times from same or other instances and get them all synced)
This commit is contained in:
@ -1016,7 +1016,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
*
|
||||
* @todo: creating new empty odt file
|
||||
*/
|
||||
list_editor_new: function (_egwAction) {
|
||||
editor_new: function (_egwAction) {
|
||||
var self = this,
|
||||
template_url = '/api/js/webodf/template.odt';
|
||||
egw.open_link(egw.link('/index.php', {
|
||||
|
Reference in New Issue
Block a user