We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a02aef commit d15c496Copy full SHA for d15c496
integrations/hubspot/src/script.raw.js
@@ -1,5 +1,5 @@
1
function loadScript() {
2
- if (!document.getElementById(b)) {
+ if (!document.getElementById('hs-script-loader')) {
3
const trackingID = '<TO_REPLACE_SCRIPT_LOADER_ID>';
4
5
const scriptLoaderURL = '//js.hs-scripts.com/' + trackingID + '.js';
0 commit comments