$(document).ready(function(){$("[data-sub-list]").click(function(n){var r=n.target,i,t;r.tagName!=="A"?(i=$(this).data("sub-list"),$(this).parent().find("#"+i).collapse("toggle")):(t=$(r).attr("href"),window.location=t)}),$(".categories-grid .showMore").click(function(){return console.log("showing more"),$(this).parent().find(".more").show(),$(this).parent().find(".less").hide(),!1}),$(".categories-grid .showLess").click(function(){return console.log("showing less"),$(this).parent().find(".more").hide(),$(this).parent().find(".less").show(),!1}),$(".categories-grid .more").hide()})