On one page, Firefox throws the "a script is taking too long" message.
On clicking 'Debug Script', it points to the following line of jQuery:
/ first.push(second[i]);
/Which is in...
/ merge: function(first, second)
{
}
/
Assuming that there aren't any problems with jQuery, how can i find out
which code is throwing this error?
Thanks Fahed

