We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de34365 commit a583590Copy full SHA for a583590
index.html
@@ -203,7 +203,7 @@ <h2>Method 4: Programmatically Control Embedded Bot</h2>
203
prompt: "Try asking a question about ACCESS...",
204
isLoggedIn: !window.isAnonymous,
205
isAnonymous: window.isAnonymous,
206
- defaultOpen: false
+ defaultOpen: true
207
});
208
} else if (!window.qAndATool) {
209
console.error("qAndATool function not found. Make sure the JS files are loaded properly.");
0 commit comments