We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc03f commit 51dffdcCopy full SHA for 51dffdc
1 file changed
docs/viewer.html
@@ -86,6 +86,7 @@ <h1>SCM Case Comparison Viewer</h1>
86
const params = new URLSearchParams(window.location.search);
87
const configName = params.get("config");
88
const configPath = `scm_workflow/scm_plots/${configName}/config.json`;
89
+ console.log("configPath:", configPath);
90
91
let CONFIG = {};
92
let CURRENT_CASE = null;
0 commit comments