Skip to:
Content

BuddyPress.org

Changeset 4866


Ignore:
Timestamp:
07/26/2011 12:27:41 PM (13 years ago)
Author:
boonebgorges
Message:

Show Post button on activity update box when arriving via Send Public Message button on user profile. Fixes #3387

File:
1 edited

Legend:

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

    r4865 r4866  
    2525        jq.scrollTo( jq('textarea#whats-new'), 500, { offset:-125, easing:'easeOutQuad' } );
    2626        jq('textarea#whats-new').focus();
     27        jq('form#whats-new-form input[type="submit"]').show();
    2728    }
    2829
Note: See TracChangeset for help on using the changeset viewer.