edición general
  1. @gallir



    /** HIDE/SHOW COMMENT REPLIES **/
    /**CSS**/
    .threader .comment-body {cursor: pointer;}

    /**JS**/
    function toggleReplies(event) { event.stopPropagation(); $commentRoot = $($(this).parents('.threader')[0]); var replies = $commentRoot.children('.threader');for(var i = 0;i<replies.length;i++) $(replies[i]).toggle();}
    $('.threader .comment-body').on('click', toggleReplies);



    Ya no tenéis excusa para no ponerlo


    CC @borteixo

menéame