Skip to content

Commit

Permalink
Added links to local JSON context file to default PHYX file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Jun 6, 2018
1 parent 0f89e5b commit baa5a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/curation-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ const vm = new Vue({

// The main data model.
testcase: {
'@context': 'http://phyloref.org/curation-tool/json/phyx.json',
doi: '',
url: '',
citation: '',
Expand All @@ -308,6 +309,7 @@ const vm = new Vue({
// A copy of the data model, used to test when the data model has been
// modified.
testcaseAsLoaded: {
'@context': 'http://phyloref.org/curation-tool/json/phyx.json',
doi: '',
url: '',
citation: '',
Expand Down

0 comments on commit baa5a02

Please sign in to comment.