From a99642afd77583e6cbacae641f9fd21ca1599514 Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Sat, 2 Sep 2017 13:32:20 -0400 Subject: [PATCH] First ajax2 try --- tpftest/ajax2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpftest/ajax2.html b/tpftest/ajax2.html index 9628c5e..4dbf4d5 100644 --- a/tpftest/ajax2.html +++ b/tpftest/ajax2.html @@ -6,7 +6,7 @@ var fmt = "text/turtle" $(document).ready(function(){ $("#go").click(function(){ - $.ajax({ + $.ajax{( headers: {Accept : fmt + "; charset=utf-8"}, url: "http://openvivo.org/tpf/core", data: {subject: "http://openvivo.org/a/orcid0000-0002-1304-8447", predicate: "", object: "", page: "1"},