Removed random s from jquery.ajax

pull/4/head
Mark McDowall 11 years ago
parent 8cfc9ef0a3
commit ff7ce397ab

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

Loading…
Cancel
Save