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 = {
340340 async : true ,
341341 defer : true ,
342342 } ,
343- {
343+ /* {
344344 src: "/docs/scripts/chat.js",
345345 async: true,
346346 defer: true,
347347 },
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+ },*/
353353 ] ,
354354} ;
355355
Original file line number Diff line number Diff line change 1- // hubspot.js
1+ /* hubspot.js
22const script = document.createElement("script");
33script.type = "text/javascript";
44script.id = "hs-script-loader";
55script.async = true;
66script.defer = true;
77script.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