Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
buddypress
/
bp-core
/
js
/
Editing: confirm.js
/* jshint devel: true */ /* global BP_Confirm */ jQuery( function() { jQuery( '#buddypress' ).on( 'click', 'a.confirm', function() { if ( confirm( BP_Confirm.are_you_sure ) ) { return true; } else { return false; } } ); } );
Save
Cancel