Skip to content

Commit de76cfd

Browse files
committed
revert changes
1 parent 27baef7 commit de76cfd

File tree

4 files changed

+76
-440
lines changed

4 files changed

+76
-440
lines changed

docusaurus.config.js

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ module.exports = {
1111
projectName: 'Lambdatest', // Usually your repo name.
1212
clientModules: [
1313
require.resolve('./custom.js'),
14-
typeof window !== 'undefined' && require.resolve('./salesforce_chatwidget.js'),
15-
typeof window !== 'undefined' && require.resolve('./sf_chat.js'),
1614
],
1715

1816
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
@@ -22,19 +20,19 @@ module.exports = {
2220
// src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
2321
// defer: true,
2422
// },
25-
// {
26-
// src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
27-
// defer: true,
28-
// },
23+
{
24+
src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
25+
defer: true,
26+
},
2927
{
3028
src: 'https://staging.lambdatestinternal.com/resources/js/lambda_gtm.js',
3129
defer: true,
3230
},
33-
// {
34-
// src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
35-
// defer: true,
36-
// onload: "sf_messaging()",
37-
// },
31+
{
32+
src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
33+
defer: true,
34+
onload: "sf_messaging()",
35+
},
3836
// {
3937
// src: 'https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js',
4038
// defer: true,

0 commit comments

Comments
 (0)