0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
plugins
/
ninja-forms
/
assets
/
js
/
[
Home
]
File: all-forms.js
jQuery(document).ready(function($) { $( '.trash a' ).click( function( e ) { e.preventDefault(); var answer = confirm( nfi18n.confirm_delete ); if ( answer ) { window.location.href = e.currentTarget.href; } } ); } );