2015-04-17 UTC
# jonnybarnes !tell kylewm I get this at the bottom of https://reader.kylewm.com/feeds : $(function()
{ $(".feed-details").css({display: "none"}); $(".show-details").click(function() { var target = this.data("target"); $(target).css({display: "inherit"}); this.css({display: "none"}); }); }
);