Skip to:
Content

BuddyPress.org

Changeset 4886


Ignore:
Timestamp:
07/28/2011 10:17:52 AM (13 years ago)
Author:
boonebgorges
Message:

Applies new activity stream animations introduced in r4884 to update box when arriving via Send Public Message. Fixes #3360 again

File:
1 edited

Legend:

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

    r4884 r4886  
    2323    /* @mention Compose Scrolling */
    2424    if ( jq.query.get('r') && jq('textarea#whats-new').length ) {
     25        jq('#whats-new-options').animate({height:'40px'});
     26        jq("form#whats-new-form textarea").animate({height:'50px'});
    2527        jq.scrollTo( jq('textarea#whats-new'), 500, { offset:-125, easing:'easeOutQuad' } );
    2628        jq('textarea#whats-new').focus();
    27         jq('form#whats-new-form input[type="submit"]').show();
    2829    }
    2930
Note: See TracChangeset for help on using the changeset viewer.