mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
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
b16e93bfe3
commit
72cad447b0
@ -131,6 +131,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
||||
dataType: 'json',
|
||||
type: method,
|
||||
success: this.handleResponse,
|
||||
jsonp: false,
|
||||
error: error || this.handleError
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user