From d94e424984b6199510d7160959a3fba6cc67bda1 Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Sat, 14 Jan 2017 11:28:51 -0500 Subject: [PATCH] First try --- tpftest/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpftest/index.html b/tpftest/index.html index 5b6bb80..67355ce 100644 --- a/tpftest/index.html +++ b/tpftest/index.html @@ -9,7 +9,7 @@ {subject: "http://openvivo.org/a/orcid0000-0002-1304-8447", predicate: "", object: ""}, function(data, status){ document.getElementById("output").innerHTML = "Data: " + data + "\Status: " + status; - }, "text" + }, {accepts: {text: "application/n-triples"}} ); }); });