diff --git a/src/js/chatbot.js b/src/js/chatbot.js index 233819dd..8949895f 100644 --- a/src/js/chatbot.js +++ b/src/js/chatbot.js @@ -2,6 +2,14 @@ (function() { if (typeof window === 'undefined') return; + // TEMPORARY DISABLE FLAG - Set to false to disable chatbot + const CHATBOT_ENABLED = false; + + if (!CHATBOT_ENABLED) { + console.log('Chatbot is temporarily disabled'); + return; + } + // Set configuration window.difyChatbotConfig = { token: 'bYIppJMzMieMPDHm'