PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
profile-builder-pro
/
assets
/
js
function confirmDelete( nonceField, currentUser, customFieldID, customFieldName, returnTo, ajaxurl, what, fileName, text ) { if (confirm(text)) { jQuery.post( ajaxurl , { action:"hook_wppb_delete", currentUser:currentUser, customFieldID:customFieldID, customFieldName:customFieldName, what:what, _ajax_nonce:nonceField }, function( response ) { if( jQuery.trim(response)=="done" ){ if ( what == 'avatar' ){ alert( ep.avatar ); }else{ alert( ep.attachment +' '+ fileName ); } window.location=returnTo; }else{ alert(jQuery.trim(response)); } }); } }
[+]
..
[-] jquery-epf-rf.js
[edit]
[-] jquery-edit-profile.js
[edit]
[-] jquery-pb-add-ons.js
[edit]
[-] jquery-email-confirmation.js
[edit]
[-] jquery-manage-fields-live-change.js
[edit]
[-] jquery-pb-sitewide.js
[edit]