From a67b2e29b6bc1a9954d6104f9ed418fbf64275a4 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 18 Feb 2015 14:32:09 -0500 Subject: [PATCH] JSHint removed trailing whitespace --- awx/ui/static/lib/ansible/Socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/Socket.js b/awx/ui/static/lib/ansible/Socket.js index 486ec5a7d8..a774954a82 100644 --- a/awx/ui/static/lib/ansible/Socket.js +++ b/awx/ui/static/lib/ansible/Socket.js @@ -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