Do need to refresh to show the newly uploaded file(s)

This commit is contained in:
Nathan Gray 2014-04-03 15:39:23 +00:00
parent f6f2a883f0
commit 2b9d33b0b5

View File

@ -248,7 +248,7 @@ app.classes.filemanager = AppJS.extend(
*/
_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;
for(var file in _data.uploaded)