From ed9c97ab83f60bf75de1ee09122e13e2df0bc36b Mon Sep 17 00:00:00 2001 From: Michael Conlon Date: Sat, 14 Jan 2017 11:16:15 -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 f6c5f0a..5b6bb80 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/turtle" + }, "text" ); }); });