Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(".li-tree-list").find(".post-text, .post-options-bar").hide();
- $(".post-unread").parent().find(".post-text, .post-options-bar").show();
- $(".post-user-bar").click(function(i, n) {
- $(this).siblings().toggle();
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement