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;
|
var i;
|
||||||
for(i = 0; i < arrayLen; i++) {
|
for(i = 0; i < arrayLen; i++) {
|
||||||
var concept = resultsArray[i];
|
var concept = resultsArray[i];
|
||||||
if(concept.bestMatch == "true") {
|
if(concept.bestMatch != "false") {
|
||||||
bestMatchResults.push(concept);
|
bestMatchResults.push(concept);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
* $Id: BeanToJsonSerializer.java 66350 2007-08-20 21:11:41Z xluan $
|
* $Id: BeanToJsonSerializer.java 66350 2007-08-20 21:11:41Z xluan $
|
||||||
*
|
*
|
||||||
* Copyright 2006- Revolution Health Group. All rights reserved.
|
* Copyright 2006- Revolution Health Group. All rights reserved.
|
||||||
|
|
Loading…
Add table
Reference in a new issue