Ticket #6122: 6122.03.patch
File 6122.03.patch, 834 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/js/buddypress.js
33 33 var $member_nicename = $whats_new.val(); 34 34 35 35 jq('#whats-new-options').animate({ 36 height:' 40px'36 height:'50px' 37 37 }); 38 38 39 39 $whats_new.animate({ … … 53 53 /* Textarea focus */ 54 54 $whats_new.focus( function(){ 55 55 jq('#whats-new-options').animate({ 56 height:' 40px'56 height:'50px' 57 57 }); 58 58 jq('#whats-new-form textarea').animate({ 59 59 height:'50px' … … 87 87 if (!this.value.match(/\S+/)) { 88 88 this.value = ''; 89 89 jq('#whats-new-options').animate({ 90 height:' 40px'90 height:'0' 91 91 }); 92 92 jq('form#whats-new-form textarea').animate({ 93 93 height:'20px'