mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
JSHint
removed trailing whitespace
This commit is contained in:
parent
bf8b593f36
commit
a67b2e29b6
@ -71,7 +71,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
||||
$log.debug('Socket connecting to: ' + url);
|
||||
self.scope.socket_url = url;
|
||||
self.socket = io.connect(url, {
|
||||
query: "Token="+token,
|
||||
query: "Token="+token,
|
||||
headers:
|
||||
{
|
||||
'Authorization': 'Token ' + token, // i don't think these are actually inserted into the header--jt
|
||||
|
Loading…
Reference in New Issue
Block a user