wordpress/php-fpm/wordpress_files/plugins/wp-math-captcha/js/admin-settings.js

11 lines
249 B
JavaScript
Raw Normal View History

2020-05-22 03:40:23 +02:00
( function ( $ ) {
$( document ).ready( function () {
// reset options to defaults if needed
$( document ).on( 'click', '.reset_mc_settings', function () {
return confirm( mcArgsSettings.resetToDefaults );
} );
} );
} )( jQuery );