From f18270765f3f02273bf1fbed6010f4236057209a Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 19 Aug 2014 11:20:29 +0200 Subject: [PATCH] Fix #115 --- search/web/inc/details/tree.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/web/inc/details/tree.jsp b/search/web/inc/details/tree.jsp index acd9b3657a..00c73ff4d9 100644 --- a/search/web/inc/details/tree.jsp +++ b/search/web/inc/details/tree.jsp @@ -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; @@ -342,7 +341,8 @@ if(newid.length==0){ loadInitNodes(); } - nodeClick(newid); + selectNodeView(id); + //nodeClick(newid); $(".viewer").trigger('viewChanged', [newid]); } }