Skip to content

Commit 51dffdc

Browse files
committed
fix
1 parent bafc03f commit 51dffdc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/viewer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h1>SCM Case Comparison Viewer</h1>
8686
const params = new URLSearchParams(window.location.search);
8787
const configName = params.get("config");
8888
const configPath = `scm_workflow/scm_plots/${configName}/config.json`;
89+
console.log("configPath:", configPath);
8990

9091
let CONFIG = {};
9192
let CURRENT_CASE = null;

0 commit comments

Comments
 (0)