Include current page URL in step for every DOM event
Sometimes DOM events end up in a post that has is associated with a different CUI URL than where the click, etc. occurred. This would only occur with dynamic URL changes. The result is events that look for DOM events occurring on a specific page m...