Removed random s from jquery.ajax

This commit is contained in:
Mark McDowall 2013-10-10 21:22:39 -07:00
parent 8cfc9ef0a3
commit ff7ce397ab
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ define(
delete xhr.data;
}
s if (xhr) {
if (xhr) {
xhr.headers = xhr.headers || {};
xhr.headers.Authorization = window.NzbDrone.ApiKey;
}