another fix
This commit is contained in:
parent
1d0dfb41a8
commit
1c7446295e
@ -27,7 +27,7 @@
|
||||
|
||||
var flag = false;
|
||||
for (var item in blackList) {
|
||||
if (source.indexOf(item)) {
|
||||
if (source.indexOf(blackList[item])) {
|
||||
flag = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user