// script_rules.js.coffee (function(){$(window).ready(function(){return $(“body”).on(“click”,“.perm-vals input”,function(){return $(this).slot().find(“#inherit”).attr(“checked”,!1)}),$(“body”).on(“click”,“.perm-editor inherit”,function(){var t;return(t=$(this).slot()).find(“.perm-group input:checked”).attr(“checked”,!1),t.find(“.perm-indiv input”).val(“”)}),$(“body”).on(“click”,“._rule-submit-button”,function(){var t,i;return(t=(i=$(this).closest(“form”)).find(“.set-editor input:checked”)).val()?!t.attr(“warning”)||confirm(t.attr(“warning”)):(i.find(“.set-editor”).addClass(“attention”),$(this).notify(“To what Set does this Rule apply?”),!1)})})}).call(this);