function fca_ga_uninstall_button_handlers(){var t=jQuery;t("#fca-deactivate-skip").click(function(){window.location.href=$deactivateButton.attr("href")}),t("#fca-deactivate-send").click(function(){t(this).html("..."),t("#fca-deactivate-skip").hide(),t.ajax({url:fca_ga.ajaxurl,type:"POST",data:{action:"fca_ga_uninstall",nonce:fca_ga.nonce,msg:t("#fca-deactivate-textarea").val()}}).done(function(t){console.log(t),window.location.href=$deactivateButton.attr("href")})})}var $deactivateButton;jQuery(document).ready(function(t){$deactivateButton=t("#the-list tr.active").filter(function(){return"analytics-cat/fca-ga.php"===t(this).data("plugin")}).find(".deactivate a"),$deactivateButton.click(function(a){a.preventDefault(),$deactivateButton.unbind("click"),t("body").append(fca_ga.html),fca_ga_uninstall_button_handlers()})});