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
(function ($) {
2
  Drupal.behaviors.recaptcha = {
3
    attach: function (context) {
4
      Recaptcha.create(Drupal.settings.recaptcha.public_key, Drupal.settings.recaptcha.container, {theme: Drupal.settings.recaptcha.theme});
5
    },
6
    detach: function (context) {}
7
  };
8
}(jQuery));