Projet

Général

Profil

Paste
Télécharger (281 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / recaptcha / recaptcha.js @ 87dbc3bf

1 85ad3d82 Assos Assos
(function ($) {
2
  Drupal.behaviors.recaptcha = {
3
    attach: function (context) {
4 3753f249 Assos Assos
      Recaptcha.create(Drupal.settings.recaptcha.public_key, Drupal.settings.recaptcha.container, {theme: Drupal.settings.recaptcha.theme});
5 85ad3d82 Assos Assos
    },
6
    detach: function (context) {}
7
  };
8
}(jQuery));