mirror of https://github.com/apache/archiva.git
avoid passing null in rest query parameter
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d38b9b715
commit
b19947a75a
|
@ -611,7 +611,7 @@ define("search",["jquery","i18n","jquery.tmpl","choosen","order!knockout","knock
|
|||
var repoId=selectedOption.val();
|
||||
return repoId;
|
||||
}
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
enableAutocompleBrowse=function(groupId){
|
||||
|
|
Loading…
Reference in New Issue