diff --git src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
index 3e3c83b78..4465aeca1 100644
|
|
|
window.bp = window.bp || {}; |
| 626 | 626 | height : 'auto' |
| 627 | 627 | } ); |
| 628 | 628 | |
| | 629 | this.$el.addClass( 'activity-form-expanded' ); |
| | 630 | |
| 629 | 631 | // Add the container view for buttons or custom fields. |
| 630 | 632 | if ( true === this.options.backcompat.post_form_options ) { |
| 631 | 633 | this.views.add( new bp.Views.FormOptions( { model: this.model } ) ); |
| … |
… |
window.bp = window.bp || {}; |
| 662 | 664 | height : '50px' |
| 663 | 665 | } ); |
| 664 | 666 | |
| | 667 | this.$el.removeClass( 'activity-form-expanded' ); |
| | 668 | |
| 665 | 669 | // Reset the model |
| 666 | 670 | this.model.clear(); |
| 667 | 671 | this.model.set( this.resetModel.attributes ); |