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 5d51c9b commit 16380e7Copy full SHA for 16380e7
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