# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- /insert/insert.js
+++ /insert/insert.js
@@ -11,7 +11,7 @@
   }
 
   // Keep track of the last active textarea (if not using WYSIWYG).
-  $('.node-form textarea:not([name$="[data][title]"])', context).focus(insertSetActive).blur(insertRemoveActive);
+  $('textarea:not([name$="[data][title]"])', context).focus(insertSetActive).blur(insertRemoveActive);
 
   // Add the click handler to the insert button.
   $('.insert-button', context).unbind('click').click(insert);
