Skip to content

Commit

Permalink
Merge pull request #296 from G-Core/WEB-5216
Browse files Browse the repository at this point in the history
WEB-5216 Add hubspot script
  • Loading branch information
mariyayurlova authored Jul 21, 2023
2 parents 7c06a0f + 9ad7cde commit 81c62d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
awMastertag.type = 'text/javascript';
document.getElementsByTagName('body')[0].appendChild(awMastertag);
})();

/* Hubspot script */
(function () {
var script = document.createElement('script');
script.type = 'text/javascript';
script.id = 'hs-script-loader';
script.async = true;
script.defer = true;
script.src = '//js.hs-scripts.com/4202168.js';
document.body.appendChild(script);
})();
</script>
</head>

Expand Down

0 comments on commit 81c62d7

Please sign in to comment.