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 7e5480f commit 3c09df2Copy full SHA for 3c09df2
src/js/chatbot.js
@@ -3,7 +3,7 @@
3
if (typeof window === 'undefined') return;
4
5
// TEMPORARY DISABLE FLAG - Set to false to disable chatbot
6
- const CHATBOT_ENABLED = false;
+ const CHATBOT_ENABLED = true;
7
8
if (!CHATBOT_ENABLED) {
9
console.log('Chatbot is temporarily disabled');
0 commit comments