mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Change to jsapi egw.json() - missed one
This commit is contained in:
parent
a18e1fe4c0
commit
36cfd70daa
@ -394,8 +394,9 @@ app.filemanager = AppJS.extend(
|
||||
_do_action: function(_type, _selected, _sync, _path)
|
||||
{
|
||||
if (typeof _path == 'undefined') _path = this.get_path();
|
||||
var request = new egw_json_request('filemanager_ui::ajax_action', [_type, _selected, _path], this);
|
||||
request.sendRequest(!_sync, this._do_action_callback, this);
|
||||
var request = egw.json('filemanager_ui::ajax_action', [_type, _selected, _path],
|
||||
this._do_action_callback, this, !_sync, this
|
||||
).sendRequest();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user