Changeset 5791
- Timestamp:
- 02/15/2012 08:37:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r5789 r5791 810 810 /** Profile Privacy Settings *********************************/ 811 811 812 jq('.privacy-toggle-link'). click(function() {812 jq('.privacy-toggle-link').on( 'click', function() { 813 813 var toggle_div = jq(this).parent(); 814 814 … … 820 820 } ); 821 821 822 jq('.field-privacy-settings-close'). click(function() {822 jq('.field-privacy-settings-close').on( 'click', function() { 823 823 var settings_div = jq(this).parent(); 824 824
Note: See TracChangeset
for help on using the changeset viewer.