Changeset 11665
- Timestamp:
- 08/04/2017 03:01:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/js/confirm.js
r9819 r11665 3 3 4 4 jQuery( document ).ready( function() { 5 jQuery( ' a.confirm').click(function() {5 jQuery( '#buddypress' ).on( 'click', 'a.confirm', function() { 6 6 if ( confirm( BP_Confirm.are_you_sure ) ) { 7 7 return true; … … 9 9 return false; 10 10 } 11 } );12 } );11 } ); 12 } );
Note: See TracChangeset
for help on using the changeset viewer.