und the JavaScript that
> they output to the page. One caveat though... I only got this error
> in IE 6 - I'm didn't test IE 7, so I don't know if it's a issue
> there. Firefox worked fine.
>
> Network Newbie - your modification did the trick, thanks!
>
> C
When the function 'globalEval' is evaluating script source that
contains html comments (i.e.
--modifled globalEval function that fixes the issue
globalEval: function( data ) {
if ( window.execScript )
window.execScript( data.replace(/^\s*\<\!--.*
2 matches
Mail list logo