Skip to:
Content

BuddyPress.org

Changeset 4715


Ignore:
Timestamp:
07/19/2011 03:16:38 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Move post-form.php ajax execution. See r4714.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/global.js

    r4714 r4715  
    4141        });
    4242
    43         button.addClass('loading');
    44 
    4543        /* Remove any errors */
    4644        jq('div.error').remove();
     45        button.addClass('loading');
    4746        button.prop('disabled', true);
    4847
     
    6766        function(response)
    6867        {
    69             button.addClass('loading');
     68            button.removeClass('loading');
    7069
    7170            form.children().each( function() {
Note: See TracChangeset for help on using the changeset viewer.