/[drupal]/contributions/modules/mollom/mollom.js
ViewVC logotype

Diff of /contributions/modules/mollom/mollom.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.1, Sun Jun 15 21:36:17 2008 UTC revision 1.2.2.2, Tue Jun 17 01:18:32 2008 UTC
# Line 1  Line 1 
1  // $Id: $  // $Id: mollom.js,v 1.2.2.1 2008/06/15 21:36:17 dries Exp $
2    
3  Drupal.behaviors.mollom = function() {  Drupal.behaviors.mollom = function() {
4    // Add onclick.event handlers for CAPTCHA links:    // Add onclick.event handlers for CAPTCHA links:
# Line 20  function getAudioCaptcha() { Line 20  function getAudioCaptcha() {
20       // Add an onclick-event handler for the new link:       // Add an onclick-event handler for the new link:
21       $('a#image-captcha').click(getImageCaptcha);       $('a#image-captcha').click(getImageCaptcha);
22     });     });
23       return false;
24  }  }
25    
26  function getImageCaptcha() {  function getImageCaptcha() {
# Line 36  function getImageCaptcha() { Line 37  function getImageCaptcha() {
37       // Add an onclick-event handler for the new link:       // Add an onclick-event handler for the new link:
38       $('a#audio-captcha').click(getAudioCaptcha);       $('a#audio-captcha').click(getAudioCaptcha);
39     });     });
40       return false;
41  }  }
42    

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2