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 fa79147 commit 9bdcdddCopy full SHA for 9bdcddd
src/js/12-chatbox.js
@@ -45,6 +45,6 @@
45
// document.getElementById('send-intent').setAttribute('disabled', false)
46
})
47
.catch(function (error) {
48
- console.error('chatbot UI failed to load', error)
+ console.error('chatbot UI failed to load', error, iframeOrigin)
49
50
})()
0 commit comments