Skip to:
Content

BuddyPress.org

Changeset 4789


Ignore:
Timestamp:
07/22/2011 12:54:47 PM (14 years ago)
Author:
boonebgorges
Message:

Use id rather than class name when inserting new activity updates with javascript, to avoid conflicts with widgets. See #3012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/global.js

    r4782 r4789  
    8585                }
    8686
    87                 jq("ul.activity-list").prepend(response);
    88                 jq("ul.activity-list li:first").addClass('new-update');
     87                jq("ul#activity-stream").prepend(response);
     88                jq("ul#activity-stream li:first").addClass('new-update');
    8989
    9090                if ( 0 != jq("div#latest-update").length ) {
Note: See TracChangeset for help on using the changeset viewer.