Skip to content

Commit

Permalink
properly clear the nid URL query parameter when clicking on links on …
Browse files Browse the repository at this point in the history
…the nav bars which can sometimes cause oddness in the navigation
  • Loading branch information
jstrachan committed Jul 15, 2013
1 parent 88c3846 commit f4ce087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/core/js/navbar.ts
Expand Up @@ -32,7 +32,7 @@ module Core {
}else {
href = nav.href();
}
return createHref($location, href, ['tab']);
return createHref($location, href, ['tab', 'nid']);
};

$scope.fullScreenLink = () => {
Expand Down

0 comments on commit f4ce087

Please sign in to comment.