I've got a project that contains a number of links that need to open in a new tab. Before I started the Adobe Analytic process of adding the launch script and dataLayers, I didn't have any issues with this. However, after adding the staging launch script, it for whatever reason prevents these links from opening in a new tab. They all have the usual target="_blank" attribute, but the launch script is somehow breaking this. I've tried removing all other javascript references from the page, but it still happens unless I remove the launch script. Once I do that, it works perfectly.
Has anyone run into this issue before? I could technically use a bit of JS to force each link to open in a new tab (window.open), but I'd rather not have to go through the entire website and fix all these links.
Thanks.