Skip to:
Content

BuddyPress.org

Ticket #6122: 6122.03.patch

File 6122.03.patch, 834 bytes (added by r-a-y, 10 years ago)
  • src/bp-templates/bp-legacy/js/buddypress.js

     
    3333                var $member_nicename = $whats_new.val();
    3434
    3535                jq('#whats-new-options').animate({
    36                         height:'40px'
     36                        height:'50px'
    3737                });
    3838
    3939                $whats_new.animate({
     
    5353        /* Textarea focus */
    5454        $whats_new.focus( function(){
    5555                jq('#whats-new-options').animate({
    56                         height:'40px'
     56                        height:'50px'
    5757                });
    5858                jq('#whats-new-form textarea').animate({
    5959                        height:'50px'
     
    8787                        if (!this.value.match(/\S+/)) {
    8888                                this.value = '';
    8989                                jq('#whats-new-options').animate({
    90                                         height:'40px'
     90                                        height:'0'
    9191                                });
    9292                                jq('form#whats-new-form textarea').animate({
    9393                                        height:'20px'