Changeset 11993
- Timestamp:
- 04/26/2018 05:13:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
r11853 r11993 32 32 33 33 postFormView: function() { 34 // Do not carry on if the main element is not available. 35 if ( ! $( '#bp-nouveau-activity-form' ).length ) { 36 return; 37 } 38 34 39 // Create the BuddyPress Uploader 35 40 var postForm = new bp.Views.PostForm();
Note: See TracChangeset
for help on using the changeset viewer.