Title: [Plugin: WP Ajax Edit Comments] Javascript Error &#8211; solution provided&#8230;
Last modified: August 20, 2016

---

# [Plugin: WP Ajax Edit Comments] Javascript Error – solution provided…

 *  Resolved [Trionic Labs](https://wordpress.org/support/users/blogrescue/)
 * (@blogrescue)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-ajax-edit-comments-javascript-error-solution-provided/)
 * After fighting with this for a bit on a site, I figured out that there is a pretty
   significant error in jquery.atd.textarea.js:
 * `r.document.write("<script type='text/javascript'>");r.document.write("(function(){
   var w = window; var p = w.parent; p.CSSHttpRequest.sandbox(w); w.onload = function(){
   p.CSSHttpRequest.callback('"+id+"');};})();");r.document.write("</script>");`
 * The document writes for <script> and for </script> really need to be broken or
   the browser interprets them to start and stop the script.
 * An easy fix would be:
 * `r.document.write("<s"+"cript type='text/javascript'>";`
 * and
 * `r.document.write("</s"+"cript>");`
 * [http://wordpress.org/extend/plugins/wp-ajax-edit-comments/](http://wordpress.org/extend/plugins/wp-ajax-edit-comments/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * (@ronalfy)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ajax-edit-comments-javascript-error-solution-provided/#post-3034783)
 * I updated the After the Deadline JS, so this shouldn’t be an issue anymore.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Ajax Edit Comments] Javascript Error – solution provided…’
is closed to new replies.

 * ![](https://ps.w.org/wp-ajax-edit-comments/assets/icon.svg?rev=2226203)
 * [Mihdan: Ajax Edit Comments](https://wordpress.org/plugins/wp-ajax-edit-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajax-edit-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajax-edit-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajax-edit-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajax-edit-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajax-edit-comments/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-ajax-edit-comments-javascript-error-solution-provided/#post-3034783)
 * Status: resolved