Solved
DTM Event based rule doesn't work in Firefox
I have created an event based rule in DTM. I have used 3rd party script. The script is non sequential javascript. The code it has is
s.tl(this,'o','TN: ' + $(this).text());
This works absolutely fine in chrome but doesn't work in Firefox. Any idea?