File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -340,16 +340,16 @@ module.exports = {
340
340
async : true ,
341
341
defer : true ,
342
342
} ,
343
- {
343
+ /* {
344
344
src: "/docs/scripts/chat.js",
345
345
async: true,
346
346
defer: true,
347
347
},
348
- // {
349
- // src: "/scripts/fullstory.js",
350
- // async: true,
351
- // defer: true,
352
- // },
348
+ {
349
+ src: "/scripts/fullstory.js",
350
+ async: true,
351
+ defer: true,
352
+ },*/
353
353
] ,
354
354
} ;
355
355
Original file line number Diff line number Diff line change 1
- // hubspot.js
1
+ /* hubspot.js
2
2
const script = document.createElement("script");
3
3
script.type = "text/javascript";
4
4
script.id = "hs-script-loader";
5
5
script.async = true;
6
6
script.defer = true;
7
7
script.src = "//js-na1.hs-scripts.com/43912677.js";
8
- document . head . appendChild ( script ) ;
8
+ document.head.appendChild(script)*/
You can’t perform that action at this time.
0 commit comments