Changeset 4789
- Timestamp:
- 07/22/2011 12:54:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r4782 r4789 85 85 } 86 86 87 jq("ul .activity-list").prepend(response);88 jq("ul .activity-listli:first").addClass('new-update');87 jq("ul#activity-stream").prepend(response); 88 jq("ul#activity-stream li:first").addClass('new-update'); 89 89 90 90 if ( 0 != jq("div#latest-update").length ) {
Note: See TracChangeset
for help on using the changeset viewer.