Closed (fixed)
Project:
reCAPTCHA
Version:
7.x-1.x-dev
Component:
reCAPTCHA Captcha
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2011 at 19:03 UTC
Updated:
15 Jun 2015 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robloachDefinitely :-) .
Comment #2
stovak commentedClarification: My patch is for d6. For d7, the Drupal.behaviors.recapcha object needs an "attach" and "detach" method. My method needs to be moved to "attach".
e.g.
Drupal.behaviors.recapcha = {
attach: function(context) {
Recaptcha.create(Drupal.settings.recaptcha.public_key, Drupal.settings.recaptcha.container, {theme: Drupal.settings.recaptcha.theme});
},
detach: function(context) {
}
}
Comment #3
liam morlandThe patch does not apply. Please re-roll against the latest D7 dev version.
Comment #4
liam morlandFixed in 94ede94. Patch as-applied attached.
Comment #5
liam morlandComment #6
Silicon.Valet commentedSorry to hijack the thread a bit, but since we're in here I'd like to add support for the jquery once plugin. This helped with a rather edge case usage of recaptcha and AJAX page nav but will not affect any other usages and so here you go.
Note that this is only applicable to D7 as the once plugin is not available in D6
Comment #7
Silicon.Valet commentedResetting issue settings, going to create a separate issue. Please disregard previous post.
Comment #11
hass commentedFile does not exists.