/[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.1.2.2, Mon Mar 31 12:47:30 2008 UTC revision 1.1.2.3, Tue Jun 17 01:18:53 2008 UTC
# 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.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2