Skip to content

Commit

Permalink
changed report list url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreycwitt committed Mar 31, 2021
1 parent a285c2e commit 83a9181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collatexView.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
console.log("collatex d", d)

//$.get("https://gist.githubusercontent.com/jeffreycwitt/93fea5c642d4b61b60552827f582e33d/raw/ad742521bff479092a9100b50802891e233f915c/checkList.json", (d2) => {
$.get("/report.json", (d2) => {
$.get("http:https://exist.scta.info/exist/apps/scta-data/GHYaf3/GHYaf3-d1e298/report.json", (d2) => {

//JSON.parse doesn't seem required here const checkList = JSON.parse(d2)
checkList = d2[blockId] ? d2[blockId].segments : []
Expand Down

0 comments on commit 83a9181

Please sign in to comment.