Skip to:
Content

BuddyPress.org

Changeset 8961


Ignore:
Timestamp:
08/23/2014 07:55:11 PM (10 years ago)
Author:
imath
Message:

On member's profile, make sure posting an activity updates the member's header latest activity.

in r8378, a mispunctuation: '.' instead of ',' introduced a javascript error preventing the member's latest activity to be updated.

Props hnla

Fixes #5833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r8954 r8961  
    184184                if ( 0 !== jq('#latest-update').length ) {
    185185                    var l   = jq('#activity-stream li.new-update .activity-content .activity-inner p').html(),
    186                         v     = jq('#activity-stream li.new-update .activity-content .activity-header p a.view').attr('href').
     186                        v     = jq('#activity-stream li.new-update .activity-content .activity-header p a.view').attr('href'),
    187187                        ltext = jq('#activity-stream li.new-update .activity-content .activity-inner p').text(),
    188188                        u     = '';
Note: See TracChangeset for help on using the changeset viewer.