%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/buddypress/bp-core/js/ |
Current File : /var/www/html/ceaa/wp-content/plugins/buddypress/bp-core/js/confirm.js |
/* jshint devel: true */ /* global BP_Confirm */ jQuery( document ).ready( function() { jQuery( '#buddypress' ).on( 'click', 'a.confirm', function() { if ( confirm( BP_Confirm.are_you_sure ) ) { return true; } else { return false; } } ); } );