On Jan 18, 2011, at 2:12 PM, Scorpio wrote:

> yes I'm using this recaptcha annd no the js i'm using is
> 
> Event.observe(window, 'load', function() {
>  $$('textarea').each(function(elm){

That's at least part of the problem - there's a textarea generated by the 
recaptcha plugin:

https://github.com/ambethia/recaptcha/blob/master/lib/recaptcha/client_helper.rb#L32

Not sure why it's appearing on the page after being replaced by CKEditor, given 
that it lives in a <noscript> tag...

The load_ckeditor script that Owen posted should solve that part, since the 
makeHtmlEditor hook it uses only affects textareas with a class of "html".

--Matt Jones

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to