fix typo only one return needed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1371487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-09 21:12:42 +00:00
parent ce9d1c8f8f
commit 2856b95c76
1 changed files with 1 additions and 1 deletions

View File

@ -300,8 +300,8 @@ define("archiva.search",["jquery","i18n","jquery.tmpl","choosen","knockout","kno
window.sammyArchivaApplication.setLocation(location);
return;
return;
}
if ($(e.target).attr("href")=="#artifact-details-used-by-content") {
var dependeesContentDiv=mainContent.find("#artifact-details-used-by-content" );
if( $.trim(dependeesContentDiv.html()).length<1){