diff --git a/src/digital-components/salesforce-webchat/salesforce-helper-dev.js b/src/digital-components/salesforce-webchat/salesforce-helper-dev.js index bc1b75dd3..f3a50965e 100644 --- a/src/digital-components/salesforce-webchat/salesforce-helper-dev.js +++ b/src/digital-components/salesforce-webchat/salesforce-helper-dev.js @@ -1,4 +1,9 @@ /* eslint-disable */ +// *************************************************************** +// This file wraps the Salesforce generated code. +// See the comment below for where you need to paste in the Salesforce generated code. +// You may also need to modify the script tag src located in salesforce-webchat.vue to point to the correct Salesforce instance. +// *************************************************************** function setupCustomSettings( modifyEmbeddedSvcCallback, @@ -12,23 +17,6 @@ function setupCustomSettings( window.addEventListener("onEmbeddedMessagingWindowClosed", onWebchatCloseCallback); } -/* -The code below is generated from salesforce but modified in the following ways: - * Only the javascript inside the second