updating concept javascript and adding license line into file

This commit is contained in:
hjkhjk54 2011-11-30 19:13:13 +00:00
parent 1a994e0187
commit e8dc87f509
2 changed files with 4 additions and 1 deletions

View file

@ -163,7 +163,7 @@ var addConceptForm = {
var i;
for(i = 0; i < arrayLen; i++) {
var concept = resultsArray[i];
if(concept.bestMatch == "true") {
if(concept.bestMatch != "false") {
bestMatchResults.push(concept);
}
}