Skip to content

Commit

Permalink
Fix #115
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoh committed Aug 19, 2014
1 parent 6b6430b commit f182707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/web/inc/details/tree.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
function nodeClick(id){
initView = false;
if($(jq(id)).hasClass('viewable')){
selectNodeView(id);
nodeOpen(id);
if(window.location.hash != id){
window.location.hash = id;
Expand Down Expand Up @@ -342,7 +341,8 @@
if(newid.length==0){
loadInitNodes();
}
nodeClick(newid);
selectNodeView(id);
//nodeClick(newid);
$(".viewer").trigger('viewChanged', [newid]);
}
}
Expand Down

0 comments on commit f182707

Please sign in to comment.