Enable a number of eslint style rules
This commit is contained in:
parent
8030e7b5d6
commit
5bd59e1936
28 changed files with 278 additions and 240 deletions
|
@ -17,7 +17,7 @@ $(document).ready(function () {
|
|||
token_secret: application_data.tokenSecret
|
||||
});
|
||||
|
||||
$.ajaxPrefilter(function(options, jqxhr) {
|
||||
$.ajaxPrefilter(function (options, jqxhr) {
|
||||
if (options.oauth) {
|
||||
options.headers = options.headers || {};
|
||||
options.headers.Authorization = headerGenerator(options.type, makeAbsolute(options.url), jqxhr.data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue