another fix

This commit is contained in:
Martin Donnelly 2015-08-14 11:31:24 +01:00
parent 1d0dfb41a8
commit 1c7446295e

View File

@ -27,7 +27,7 @@
var flag = false;
for (var item in blackList) {
if (source.indexOf(item)) {
if (source.indexOf(blackList[item])) {
flag = true;
}
}