Skip to content

Commit

Permalink
Adds debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Apr 17, 2024
1 parent aea6b37 commit 1d33d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/_templates/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
let baseUriRegex = /(.*\/cime).*/g;
let baseUri = baseUriRegex.exec(document.baseURI);

console.log(baseUri);

Object.keys(data).forEach(function(key) {
let value = data[key];

Expand Down

0 comments on commit 1d33d27

Please sign in to comment.