Skip to content

Commit

Permalink
First ajax2 try
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Jan 18, 2017
1 parent 48a3156 commit 04f1e21
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 @@ -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){
Expand Down

0 comments on commit 04f1e21

Please sign in to comment.