The Mollom drupal behavior in mollom.js does not respect the context argument. Is there a reason for this? Even if it is only adding click handlers, it would be nice to be able to target it when dealing with AJAX/AHAH injection.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mollom-625584.patch | 5.01 KB | rwohleb |
Comments
Comment #1
rwohlebHere is a patch that makes the behaviors context aware, as well as making mollom support multiple instances of mollom per page.
Comment #2
dave reidSeems like a good change. Will test tonight.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks!