mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Do need to refresh to show the newly uploaded file(s)
This commit is contained in:
parent
f6f2a883f0
commit
2b9d33b0b5
@ -248,7 +248,7 @@ app.classes.filemanager = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
_upload_callback: function(_data)
|
_upload_callback: function(_data)
|
||||||
{
|
{
|
||||||
if (_data.msg) window.egw_message(_data.msg, this.appname);
|
if (_data.msg || _data.uploaded) window.egw_refresh(_data.msg, this.appname);
|
||||||
|
|
||||||
var that = this;
|
var that = this;
|
||||||
for(var file in _data.uploaded)
|
for(var file in _data.uploaded)
|
||||||
|
Loading…
Reference in New Issue
Block a user