Commit bf6d3286 by Kim Eunchul

#40766 【TECSS Web 1.9.2.6】ビューア内検索で、ワードが4つにも関わらず、アラート表示される

parent 5327f039
......@@ -758,7 +758,7 @@ CONTENTVIEW.searchHandle = function() {
}
} while (match != null);
for(var i = 1; i < myArray.length; i++){
for(var i = 0; i < myArray.length; i++){
if(myArray[i] != "OR" && myArray[i] != "or" && myArray[i] != "Or" && myArray[i] != "oR" && myArray[i] != "(" && myArray[i] != ")"){
count++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment