enableAllRules: function(){
            $(document).on("click", "#enableAllRules", function(){
                $(".rule input[type='checkbox']:not(:checked)").click();
            });
        },