? mollom_js.patch
Index: mollom.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.js,v
retrieving revision 1.2.2.1
diff -u -p -r1.2.2.1 mollom.js
--- mollom.js	15 Jun 2008 21:36:17 -0000	1.2.2.1
+++ mollom.js	15 Jun 2008 21:43:19 -0000
@@ -20,6 +20,7 @@ function getAudioCaptcha() {
      // Add an onclick-event handler for the new link:
      $('a#image-captcha').click(getImageCaptcha);
    });
+   return false;
 }
 
 function getImageCaptcha() {
@@ -36,5 +37,6 @@ function getImageCaptcha() {
      // Add an onclick-event handler for the new link:
      $('a#audio-captcha').click(getAudioCaptcha);
    });
+   return false;
 }
 
