Ticket #2000: in_the_year_2000.patch
File in_the_year_2000.patch, 560 bytes (added by , 13 years ago) |
---|
-
buddypress/bp-themes/bp-default/_inc/global.js
1155 1155 /* Save the type and filter to a session cookie */ 1156 1156 jq.cookie( 'bp-activity-scope', scope, {path: '/'} ); 1157 1157 jq.cookie( 'bp-activity-filter', filter, {path: '/'} ); 1158 jq.cookie( 'bp-activity-oldestpage', 1 );1158 jq.cookie( 'bp-activity-oldestpage', 1, {path: '/'} ); 1159 1159 1160 1160 /* Remove selected and loading classes from tabs */ 1161 1161 jq('div.item-list-tabs li').each( function() {