Skip to content

Commit

Permalink
Update amt.js
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Aug 8, 2024
1 parent 2eef955 commit f6a9d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/js/amt.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ var AMT = function () {
var PREFIX = "http://academic-meta-tool.xyz/vocab#";

var queryStore = function (query, callback) {
console.log("store", STORE);
console.log("query", "PREFIX amt: <" + PREFIX + "> " + query);
$.ajax({
url: STORE,
dataType: "jsonp",
Expand Down

0 comments on commit f6a9d59

Please sign in to comment.