Skip to content

Commit

Permalink
FF-326 #comment Removed a test that was accidentally included. Fixed …
Browse files Browse the repository at this point in the history
…codacy complaint.
  • Loading branch information
Carl Vitzthum committed Nov 8, 2016
1 parent 5d70708 commit bb4f92e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 71 deletions.
70 changes: 0 additions & 70 deletions src/encoded/static/components/__tests__/search-test.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/encoded/static/components/objectutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var isServerSide = module.exports.isServerSide = function(){
var setJWTHeaders = function(xhr, headers = {}) {
if (typeof headers["Content-Type"] == 'undefined'){
headers["Content-Type"] = "application/json;charset=UTF-8";
headers['Accept'] = 'application/json';
headers.Accept = 'application/json';
}

var userInfo = localStorage.getItem('user_info') || null;
Expand Down

0 comments on commit bb4f92e

Please sign in to comment.