Hello,
I have protect_javascript config var set to ‘y’ in config.php
$config['protect_javascript'] = "y"; //(which I think is mainly for curly braces)EE Version:
v2.4.0 - Build: date 20120123
In my template I have this:
for (var i = 0, j = temp.length; i < j; i++) [removed]('' + temp[i] + ');EE is outputting this:
for (var i = 0, j = temp.length; i < j; i++) [removed]('' + temp<i> + ');Note that
temp[i]temp<i>This is in a plain textarea custom field.
Ideas what’s going on?
Thanks
John