autocomplete from crumb entries must preserve navigation when found an artifact

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-07 21:27:49 +00:00
parent fb986eb39f
commit 661d0a5f42
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ define("archiva.search",["jquery","i18n","jquery.tmpl","choosen","knockout","kno
if (i<values.length-2)groupId+=".";
}
var artifactId=values[values.length-1];
displayArtifactDetail(groupId,artifactId,self);
goToArtifactDetail(groupId,artifactId);
} else {
var selectedRepo=getSelectedBrowsingRepository();
var location ="#browse";