$(document).ready(function(){$(".category-content").hide();$(".toggle").click(function(){return $(this).parents(".category").eq(0).find(".category-content").toggle(),!1});$("#toggle-all").click(function(){$(".category-content").is(":visible")||$(".category-content").css("display")!=="none"?$(".category-content").hide():$(".category-content").show()});$(".notice-count").each(function(){var n=$(this).text();n>0&&$(this).parents(".category").eq(0).find(".category-content").toggle()});$("#toggle-category-navigation").click(function(){return $(this).toggleClass("remove-radius"),$("#category-navigation").toggle(),!1});$(".expand-nav-category").click(function(){return $(this).nextAll("ul").toggle(),!1});$(".expand-nav-category").each(function(){$(this).closest("ul").has("ul").length==0&&$(this).hide()})})