Skip to content

Commit

Permalink
update schemas location
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhar committed Apr 22, 2021
1 parent c4fb74f commit 756815d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions omero_microMetaApp/templates/microMetaAppOmero/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
// Also, window.fetch requires HTTP so we getting this from GitHub... lol
window
.fetch(
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/fullSchema.json"
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-01/fullSchema.json"
)
.then(function (resp) {
console.log(resp);
Expand All @@ -119,7 +119,7 @@
// Also, window.fetch requires HTTP so we getting this from GitHub... lol
window
.fetch(
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/dimensions/MicroscopeDimensions.json"
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-01/dimensions/MicroscopeDimensions.json"
)
.then(function (resp) {
console.log(resp);
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
// Also, window.fetch requires HTTP so we getting this from GitHub... lol
window
.fetch(
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/fullSchema.json"
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-01/fullSchema.json"
)
.then(function (resp) {
console.log(resp);
Expand All @@ -119,7 +119,7 @@
// Also, window.fetch requires HTTP so we getting this from GitHub... lol
window
.fetch(
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/dimensions/MicroscopeDimensions.json"
"https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-01/dimensions/MicroscopeDimensions.json"
)
.then(function (resp) {
console.log(resp);
Expand Down

0 comments on commit 756815d

Please sign in to comment.