Projet

Général

Profil

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

root / htmltest / sites / all / modules / recaptcha / recaptcha.js @ a5572547

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