mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Filemanager: remove refresh after adding, we use push now
This commit is contained in:
parent
6a51e56961
commit
dcd9430d22
@ -540,7 +540,10 @@ export class filemanagerAPP extends EgwApp
|
||||
*/
|
||||
_upload_callback(_data)
|
||||
{
|
||||
if(_data.msg || _data.uploaded) window.egw_refresh(_data.msg, this.appname, undefined, undefined, undefined, undefined, undefined, _data.type);
|
||||
if(_data.msg)
|
||||
{
|
||||
this.egw.message(_data.msg);
|
||||
}
|
||||
|
||||
let that = this;
|
||||
for (let file in _data.uploaded)
|
||||
|
Loading…
Reference in New Issue
Block a user