Skip to content

Commit

Permalink
rename X-ACCEPT-AUTH=X-Authentication-Scheme, test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkenneweg committed Jul 4, 2013
1 parent f89530e commit c614d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ jQuery(document).ready(function($) {
request.setRequestHeader(header, token);
}

request.setRequestHeader('X-ACCEPT-AUTH', "Session");
request.setRequestHeader('X-Authentication-Scheme', "Session");
});
// ajaxStop gets called when ALL Requests finish, so we won't need a counter as in PT
$(document).ajaxStop(function () {
Expand Down

0 comments on commit c614d5b

Please sign in to comment.