From ecb135fbf6a36b3b9d8f3604269f4b55e419052b Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Tue, 17 Jan 2017 10:44:55 -0500 Subject: [PATCH] First ajax try --- tpftest/ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpftest/ajax.html b/tpftest/ajax.html index 033c289..9fb89a9 100644 --- a/tpftest/ajax.html +++ b/tpftest/ajax.html @@ -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){