Index: ajax_comments.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ajax_comments/ajax_comments.js,v retrieving revision 1.1.2.37 diff -u -r1.1.2.37 ajax_comments.js --- ajax_comments.js 21 Apr 2009 20:38:52 -0000 1.1.2.37 +++ ajax_comments.js 27 Jun 2009 23:12:30 -0000 @@ -26,10 +26,6 @@ if (Drupal.settings.blink_new == undefined) { Drupal.settings.blink_new = true; } - - $('#edit-upload', form).bind('change', function(){ - $('#ajax-comments-submit,#ajax-comments-preview', form).attr('disabled', 1); - }); // It's not possible to use 'click' or 'submit' events for ahah sumits, so // we should emulate it by up-down events. We need to check which elements