Team:Warsaw/JSTest
From 2008.igem.org
(Difference between revisions)
Line 108: | Line 108: | ||
{ | { | ||
var notags=removeHTMLTags(trimStr(titles[i])); | var notags=removeHTMLTags(trimStr(titles[i])); | ||
- | if (notags.search(removeHTMLTags(trimStr(title))>0) return "Hit: "+titles[i]; | + | if (notags.search(removeHTMLTags(trimStr(title)))>0) return "Hit: "+titles[i]; |
} | } | ||
} | } |
Revision as of 01:22, 26 October 2008
|