Skip to content

Commit

Permalink
First ajax2 try
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Sep 2, 2017
1 parent 04f1e21 commit a99642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpftest/ajax2.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit a99642a

Please sign in to comment.