Skip to content

Commit

Permalink
Backported fix for #186 into v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tuttle committed Sep 19, 2014
1 parent 7b5c742 commit 5deff59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/dash.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ $(function(){
var body = (verb === 'GET' || verb === 'DELETE') ? params(qParams(resource)) : resource.find('.reqBody textarea').val();
var headers = {
Accept: resource.find('.reqFormat option:checked').val()
,"Content-Type": "application/json"
};

submitRequest(verb, path, headers, body, function(timeSpent, status, headers, body){
Expand Down

0 comments on commit 5deff59

Please sign in to comment.