updating concept javascript and adding license line into file
This commit is contained in:
parent
1a994e0187
commit
e8dc87f509
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue