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:
Olivier Lamy 2012-05-28 22:51:49 +00:00
parent 3d38b9b715
commit b19947a75a
1 changed files with 1 additions and 1 deletions

View File

@ -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){