Skip to content

Commit

Permalink
update #125
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoh committed Sep 24, 2014
1 parent 32807ea commit c38d30d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions search/web/inc/details/tree.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
nodeOpen(id);
event.stopPropagation();
});
$('#item_tree li>div>input').live('click', function(){
var id = "tv_" + $(this).parent().parent().attr('id');
$(jq(id)).next("input").attr("checked", $(this).is(":checked"));
});
$('#rightMenuBox').tabs({
show: function(event, ui){
var tab = ui.tab.toString().split('#')[1];
Expand Down

0 comments on commit c38d30d

Please sign in to comment.