Hi,On anchor tag click function we use event.preventDefault() to prevent
the link from opening. This was working fine so far. Recently, we
migrated from DTM to Launch and from then the preventDefault method is
not working.In the below sample when we click on the "test page" link it
should not change the URL. But it is changing the URL to "#testpage". In
the same page please remove the adobe script and run. It won't change
the URL.Sample Page code:
Document
test page
function gototest(e){ e.preventDefault(); } _satellite.pageBottom();