mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Don't need to refresh just to show a message.
This commit is contained in:
parent
10546c838a
commit
1bcaf1755b
@ -245,7 +245,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
*/
|
||||
_upload_callback: function(_data)
|
||||
{
|
||||
if (_data.msg) window.egw_refresh(_data.msg, this.appname);
|
||||
if (_data.msg) window.egw_message(_data.msg, this.appname);
|
||||
|
||||
var that = this;
|
||||
for(var file in _data.uploaded)
|
||||
|
Loading…
Reference in New Issue
Block a user