summaryrefslogtreecommitdiff
blob: d27501461dd8d5c3df8dd85b452db96fb88a4672 (plain)
1
2
3
/* Do not modify this file directly. It is compiled from other files. */
/* global ajaxurl */
jQuery(function(e){function n(c,t){e.post(ajaxurl,{action:"grunion_recheck_queue",offset:c,limit:t},function(e){e.processed<t?window.location.reload():n(c+t,t)})}e(document).on("click","#jetpack-check-feedback-spam:not(.button-disabled)",function(c){c.preventDefault(),e("#jetpack-check-feedback-spam:not(.button-disabled)").addClass("button-disabled"),e(".jetpack-check-feedback-spam-spinner").addClass("spinner").show(),n(0,100)})});