wordpress/php-fpm/wordpress_files/plugins/wp-math-captcha/js/admin-settings.js
2020-05-22 01:40:23 +00:00

11 lines
249 B
JavaScript

( function ( $ ) {
$( document ).ready( function () {
// reset options to defaults if needed
$( document ).on( 'click', '.reset_mc_settings', function () {
return confirm( mcArgsSettings.resetToDefaults );
} );
} );
} )( jQuery );