_satellite.isLinked
Last updated
Was this helpful?
Last updated
Was this helpful?
This function in DTM is among the few that were to be supported as safe to call directly (see ), but oddly did not make it into Launch.
The function in DTM took a DOM element as an argument. It would look at the element itself and then containing elements to see if any were "a" anchor tags.
Remedy:
Below is a function adapted from the minimized DTM code which can be used in place of _satellite.isLinked.