Skip to content

Commit

Permalink
First ajax try
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Jan 17, 2017
1 parent 99932f3 commit ecb135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpftest/ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$(document).ready(function(){
$("button").click(function(){
$.ajax({
headers: {Accept : "application/n-triples; charset=utf-8"},
headers: {Accept : "application/rdf+xml; charset=utf-8"},
url: "http://openvivo.org/tpf/core",
data: {subject: "http://openvivo.org/a/orcid0000-0002-1304-8447", predicate: "", object: ""},
success: function(data, status){
Expand Down

0 comments on commit ecb135f

Please sign in to comment.