Skip to content

Commit

Permalink
More diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Oct 3, 2023
1 parent 5eb498f commit 9410c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _static/version_switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

async function getVersions() {
try {
console.log('content_root = ' + content_root);
let res = await fetch(content_root + '../versions.json');
return await res.json();
}
Expand Down
1 change: 1 addition & 0 deletions git-develop/_static/version_switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

async function getVersions() {
try {
console.log('content_root = ' + content_root);
let res = await fetch(content_root + '../versions.json');
return await res.json();
}
Expand Down

0 comments on commit 9410c71

Please sign in to comment.