view sites/all/modules/recaptcha/recaptcha.js @ 11:b0ee71395280

deleted .DS_Store files
author danieleb <danielebarchiesi@me.com>
date Mon, 28 Oct 2013 16:12:13 +0000
parents b28be78d8160
children
line wrap: on
line source
(function ($) {
  Drupal.behaviors.recaptcha = {
    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));