From 618931e5213af58b5183e3f276444d4a7bf456f2 Mon Sep 17 00:00:00 2001 From: Vijay Sarvepalli Date: Fri, 9 Jan 2026 15:08:54 -0500 Subject: [PATCH] Fix for prompting div location failure --- docs/ssvc-explorer/index.md | 3 +-- docs/ssvc-explorer/simple.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssvc-explorer/index.md b/docs/ssvc-explorer/index.md index 642912eb..8a951129 100644 --- a/docs/ssvc-explorer/index.md +++ b/docs/ssvc-explorer/index.md @@ -76,13 +76,12 @@ Language - -

Would you like to proceed?

+
Sample Decision Models: diff --git a/docs/ssvc-explorer/simple.js b/docs/ssvc-explorer/simple.js index 4c815092..83e7650b 100644 --- a/docs/ssvc-explorer/simple.js +++ b/docs/ssvc-explorer/simple.js @@ -2627,6 +2627,7 @@ function fun_execute(w) { return { ssvc_launch: ssvc_launch, decision_trees: decision_trees, + decision_points, decision_points, form: form, loadSSVC: loadSSVC, readFile: readFile,