PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
paid-memberships-pro
/
js
/** * Show a system prompt before redirecting to a URL. * Used for delete links/etc. * @param text The prompt, i.e. are you sure? * @param url The url to redirect to. */ function askfirst( text, url ) { var answer = window.confirm( text ); if ( answer ) { window.location = url; } }
[+]
..
[-] editor.blocks.js
[edit]
[-] jquery.creditCardValidator.js
[edit]
[-] paid-memberships-pro.js
[edit]
[-] corechart.js
[edit]
[-] updates.js
[edit]
[-] jsapi.js
[edit]