Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix metrics tree expansion
  • Loading branch information
gnodet committed Sep 2, 2013
1 parent aa98c4e commit 01cb8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/insight/js/all.ts
Expand Up @@ -105,7 +105,7 @@ module Insight {
if( node.getEventTargetType(event) === "title" ) {
node.toggleSelect();
}
return false;
return true;

}

Expand Down

0 comments on commit 01cb8ef

Please sign in to comment.