mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Merge pull request #520 from mabashian/ie11-jobs-navigation-fix
Fix for projects/jobs navigation in IE11 and Edge
This commit is contained in:
commit
58be1b1f51
@ -258,7 +258,8 @@ export default
|
||||
return $http({
|
||||
method: 'OPTIONS',
|
||||
url: this.url,
|
||||
headers: this.headers
|
||||
headers: this.headers,
|
||||
data: ''
|
||||
});
|
||||
} else {
|
||||
return this.createResponse({
|
||||
|
Loading…
Reference in New Issue
Block a user