Mercurial > hg > rr-repo
view sites/all/modules/recaptcha/recaptcha.js @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | |
children | b28be78d8160 |
line wrap: on
line source
(function ($) { Drupal.behaviors.recapcha = { attach: function (context) { $(document).ready(Recaptcha.create(Drupal.settings.recaptcha.public_key, Drupal.settings.recaptcha.container, {theme: Drupal.settings.recaptcha.theme})); }, detach: function (context) {} }; }(jQuery));