mirror of https://github.com/apache/archiva.git
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:
parent
ce9d1c8f8f
commit
2856b95c76
|
@ -300,8 +300,8 @@ define("archiva.search",["jquery","i18n","jquery.tmpl","choosen","knockout","kno
|
||||||
|
|
||||||
window.sammyArchivaApplication.setLocation(location);
|
window.sammyArchivaApplication.setLocation(location);
|
||||||
return;
|
return;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($(e.target).attr("href")=="#artifact-details-used-by-content") {
|
if ($(e.target).attr("href")=="#artifact-details-used-by-content") {
|
||||||
var dependeesContentDiv=mainContent.find("#artifact-details-used-by-content" );
|
var dependeesContentDiv=mainContent.find("#artifact-details-used-by-content" );
|
||||||
if( $.trim(dependeesContentDiv.html()).length<1){
|
if( $.trim(dependeesContentDiv.html()).length<1){
|
||||||
|
|
Loading…
Reference in New Issue