Skip to content

Commit a583590

Browse files
committed
feat: show starting open in one of the examples
1 parent de34365 commit a583590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2>Method 4: Programmatically Control Embedded Bot</h2>
203203
prompt: "Try asking a question about ACCESS...",
204204
isLoggedIn: !window.isAnonymous,
205205
isAnonymous: window.isAnonymous,
206-
defaultOpen: false
206+
defaultOpen: true
207207
});
208208
} else if (!window.qAndATool) {
209209
console.error("qAndATool function not found. Make sure the JS files are loaded properly.");

0 commit comments

Comments
 (0)