Changeset 10214
- Timestamp:
- 10/08/2015 05:21:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r10150 r10214 1916 1916 function bp_activity_request(scope, filter) { 1917 1917 /* Save the type and filter to a session cookie */ 1918 jq.cookie( 'bp-activity-scope', scope, { 1919 path: '/' 1920 } ); 1921 jq.cookie( 'bp-activity-filter', filter, { 1922 path: '/' 1923 } ); 1918 if ( null !== scope ) { 1919 jq.cookie( 'bp-activity-scope', scope, { 1920 path: '/' 1921 } ); 1922 } 1923 if ( null !== filter ) { 1924 jq.cookie( 'bp-activity-filter', filter, { 1925 path: '/' 1926 } ); 1927 } 1924 1928 jq.cookie( 'bp-activity-oldestpage', 1, { 1925 1929 path: '/'
Note: See TracChangeset
for help on using the changeset viewer.