Don't need to refresh just to show a message.

This commit is contained in:
Nathan Gray 2013-12-18 18:14:31 +00:00
parent 10546c838a
commit 1bcaf1755b

View File

@ -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)