fixed content-type for oauth
This commit is contained in:
parent
36e45d04ab
commit
3fff224924
4 changed files with 11 additions and 8 deletions
|
@ -65,7 +65,7 @@ function(jQuery, HostApp, Hmac, Cache) {
|
|||
console.error("getURL (" + xhr.status + ")" + xhr.statusText + " " + http_method + " (" + url + "): '" + xhr.responseText + "'");
|
||||
}
|
||||
}
|
||||
debug(url)
|
||||
|
||||
jQuery.ajax(options);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue