Skip to:
Content

BuddyPress.org

Ticket #2000: in_the_year_2000.patch

File in_the_year_2000.patch, 560 bytes (added by r-a-y, 13 years ago)
  • buddypress/bp-themes/bp-default/_inc/global.js

     
    11551155        /* Save the type and filter to a session cookie */
    11561156        jq.cookie( 'bp-activity-scope', scope, {path: '/'} );
    11571157        jq.cookie( 'bp-activity-filter', filter, {path: '/'} );
    1158         jq.cookie( 'bp-activity-oldestpage', 1 );
     1158        jq.cookie( 'bp-activity-oldestpage', 1, {path: '/'} );
    11591159
    11601160        /* Remove selected and loading classes from tabs */
    11611161        jq('div.item-list-tabs li').each( function() {