From 83f13b52e84b3c819c2d1f349c915ba2203200b0 Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Tue, 17 Jan 2017 08:50:23 -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 4e2cb00..9e6ce8f 100644 --- a/tpftest/ajax.html +++ b/tpftest/ajax.html @@ -6,7 +6,7 @@ $(document).ready(function(){ $("button").click(function(){ $.ajax({ - headers: {Accept : "text/turtle; charset=utf-8", "Content-Type": "text/turtle; charset=utf-8" }, + headers: {Accept : "text/turtle; 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){