summaryrefslogtreecommitdiff
blob: d9f7a7f8182db16c43484f7d4df24301c19ffc62 (plain)
1
2
3
/* Do not modify this file directly. It is compiled from other files. */
/* global ajaxurl */
jQuery(function(e){e(document).on("click","#jetpack-check-feedback-spam:not(.button-disabled)",function(n){n.preventDefault(),e("#jetpack-check-feedback-spam:not(.button-disabled)").addClass("button-disabled"),e(".jetpack-check-feedback-spam-spinner").addClass("spinner").show(),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)})}(0,100)})});