From ff7ce397ab9960eba83d394c6217422137815634 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 10 Oct 2013 21:22:39 -0700 Subject: [PATCH] Removed random s from jquery.ajax --- src/UI/Mixins/jquery.ajax.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Mixins/jquery.ajax.js b/src/UI/Mixins/jquery.ajax.js index 11ed3dfc0..0a932e6c2 100644 --- a/src/UI/Mixins/jquery.ajax.js +++ b/src/UI/Mixins/jquery.ajax.js @@ -22,7 +22,8 @@ define( delete xhr.data; } -s if (xhr) { + + if (xhr) { xhr.headers = xhr.headers || {}; xhr.headers.Authorization = window.NzbDrone.ApiKey; }