[buddypress-trac] [BuddyPress] #3556: hitting post reply more than once creates duplicate posts

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Sep 6 18:39:48 UTC 2011


#3556: hitting post reply more than once creates duplicate posts
----------------------------+------------------------------
 Reporter:  louisnorthmore  |       Owner:
     Type:  defect          |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Forums          |     Version:  1.5
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+------------------------------

Comment (by modemlooper):

 You could try something like this javascript:


 {{{
 jq('form').submit(function(){
      jq('input[type=submit]', this).attr('disabled', 'disabled');
 });
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3556#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list