forked from extern/egroupware
Do not check jsonp since we are not using it and it might cause errors by setting dataType to script falsely
This commit is contained in:
parent
953d8d7d5a
commit
68420f9509
@ -130,6 +130,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
|||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
type: method,
|
type: method,
|
||||||
success: this.handleResponse,
|
success: this.handleResponse,
|
||||||
|
jsonp: false,
|
||||||
error: error || this.handleError
|
error: error || this.handleError
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user