Removed the console.log
This commit is contained in:
parent
f1b86269d2
commit
fa232275b7
@ -864,7 +864,6 @@ Copyright (c) 2011 by Harvest
|
|||||||
results += 1;
|
results += 1;
|
||||||
} else if (this.enable_split_word_search && (option.html.indexOf(" ") >= 0 || option.html.indexOf("[") === 0)) {
|
} else if (this.enable_split_word_search && (option.html.indexOf(" ") >= 0 || option.html.indexOf("[") === 0)) {
|
||||||
parts = option.html.replace(/\[|\]/g, "").split(" ");
|
parts = option.html.replace(/\[|\]/g, "").split(" ");
|
||||||
console.log('option',$( option ));
|
|
||||||
if (parts.length) {
|
if (parts.length) {
|
||||||
for (_j = 0, _len1 = parts.length; _j < _len1; _j++) {
|
for (_j = 0, _len1 = parts.length; _j < _len1; _j++) {
|
||||||
part = parts[_j];
|
part = parts[_j];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user