mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05: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:
@@ -258,7 +258,8 @@ export default
|
||||
return $http({
|
||||
method: 'OPTIONS',
|
||||
url: this.url,
|
||||
headers: this.headers
|
||||
headers: this.headers,
|
||||
data: ''
|
||||
});
|
||||
} else {
|
||||
return this.createResponse({
|
||||
|
||||
Reference in New Issue
Block a user