mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
(js) Fix download of exported folders under iOS
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
if (uid)
|
||||
path.splice(path.length - 1, 1, escape(uid));
|
||||
|
||||
return new Resource(this._http, this._q, '/' + path.join('/'), this._activeUser);
|
||||
return new Resource(this._http, this._q, this._window, '/' + path.join('/'), this._activeUser);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user