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