Hello,
We are using Hubspot in our WordPress based site (with official HubSpot plugin for WordPress).
During optimizations regarding WCAG2.0 compliance, I have noticed that the same script is loaded twice:
<script type="text/javascript" id="hs-script-loader" async="" defer="" src="//js.hs-scripts.com/2470523.js"></script>
<script async="" defer="" id="hs-script-loader" type="text/javascript" src="//js.hs-scripts.com/2470523.js?integration=WordPress"></script>
Both elements have the same id (hs-script-loader) which is not good of course, and why twice?