Changeset 9829
- Timestamp:
- 05/02/2015 01:28:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r9819 r9829 34 34 35 35 jq('#whats-new-options').animate({ 36 height:' 40px'36 height:'50px' 37 37 }); 38 38 … … 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({ … … 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({
Note: See TracChangeset
for help on using the changeset viewer.