I'm in the process of migrating an AJAX-heavy application
from CF7 to CF8. CF8 is creating an unterminated string literal
error on the
second and subsequent AJAX call. Same code that runs fine in
CF7. The AJAX is just pure javascript, no custom libraries or
anything. The XMLHttpRequest.responseText is populated with the
expected result.
In looking at the results, I don't see any reason an error
should occur. The only variable is CF7/CF8.
Thoughts?