From 04f1e2194477a8ac4b1f91a799d450a4eecc5695 Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Wed, 18 Jan 2017 09:23:22 -0500 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 eb561b6..9628c5e 100644 --- a/tpftest/ajax2.html +++ b/tpftest/ajax2.html @@ -7,7 +7,7 @@ $(document).ready(function(){ $("#go").click(function(){ $.ajax({ - headers: {Accept : " + fmt + "; charset=utf-8"}, + 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"}, success: function(data, status){