Skip to:
Content

BuddyPress.org

Changeset 11993


Ignore:
Timestamp:
04/26/2018 05:13:33 PM (7 years ago)
Author:
imath
Message:

BP Nouveau: only load Activity form views if needed tag is available

Fixes #7769

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js

    r11853 r11993  
    3232
    3333        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
    3439            // Create the BuddyPress Uploader
    3540            var postForm = new bp.Views.PostForm();
Note: See TracChangeset for help on using the changeset viewer.