cleanup no need of this parameter

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1340563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-19 20:51:48 +00:00
parent 31ff1c5906
commit ba65bc6ad7
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knock
success: function(data) { success: function(data) {
mainContent.find("#selected_repository" ).html($("#selected_repository_tmpl" ).tmpl({repositories:data,selected:repositoryId})); mainContent.find("#selected_repository" ).html($("#selected_repository_tmpl" ).tmpl({repositories:data,selected:repositoryId}));
var artifactVersionDetailViewModel=new ArtifactVersionDetailViewModel(groupId,artifactId,version,repositoryId); var artifactVersionDetailViewModel=new ArtifactVersionDetailViewModel(groupId,artifactId,version,repositoryId);
artifactVersionDetailViewModel.display(true); artifactVersionDetailViewModel.display();
} }
}); });
} }