| 1 | jQuery(function(a){a(".nitropack_math_captcha").each(function(){var t=a(this),c=nitropack_math_captcha_ajax.root+"/nitropack/math_captcha/";a.ajax({url:c,data:{"form-type":t.attr("data-form-type")},cache:!1,method:"GET",dataType:"json",beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",nitropack_math_captcha_ajax.nonce)}}).done(function(a){"ok"==a.code&&t.html(a.html)})})}); |