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 45db688 commit 0c0307d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _static/version_switch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(async function() {
'use strict';

const content_root = document.documentElement.dataset.content_root;
const content_root = './';

async function getVersions() {
try {
Expand Down
2 changes: 1 addition & 1 deletion git-develop/_static/version_switch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(async function() {
'use strict';

const content_root = document.documentElement.dataset.content_root;
const content_root = './';

async function getVersions() {
try {
Expand Down

0 comments on commit 0c0307d

Please sign in to comment.