I was getting duplicate calls due to a particular side effect of the way that a site was built. Adding the jquery once wrapper ensures that the code is not called more than once on the same object and allowed it to render correctly in IE8

CommentFileSizeAuthor
recaptcha-add-once-1258910.patch1.05 KBSilicon.Valet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liam Morland’s picture

Status: Needs review » Needs work

Patch does not apply.

Looking in the jQuery documentation, I see one(), but not once().

Silicon.Valet’s picture

jQuery.once was added to core for 7
http://drupal.org/node/444344

Simpler explanation http://alligatorsneeze.com/drupal-7-quick-tip-using-jquerys-once-0

I'll snatch away some time later today to recreate the patch.

Liam Morland’s picture

Please try the latest development version of reCAPTCHA to see if this patch is still required. If so, please re-roll.

hass’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)