mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Merge pull request #520 from mabashian/ie11-jobs-navigation-fix
Fix for projects/jobs navigation in IE11 and Edge
This commit is contained in:
@@ -258,7 +258,8 @@ export default
|
|||||||
return $http({
|
return $http({
|
||||||
method: 'OPTIONS',
|
method: 'OPTIONS',
|
||||||
url: this.url,
|
url: this.url,
|
||||||
headers: this.headers
|
headers: this.headers,
|
||||||
|
data: ''
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
return this.createResponse({
|
return this.createResponse({
|
||||||
|
|||||||
Reference in New Issue
Block a user