FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ninja-forms
/
assets
/
js
Edit 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; } } ); } );
Save
Back