Skip to content

Commit

Permalink
Merge branch 'feature/issues/798' into feature/issues/799
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Aug 10, 2017
2 parents ec7d661 + bb00fd6 commit 0fc34ad
Show file tree
Hide file tree
Showing 22 changed files with 19,164 additions and 17,423 deletions.
2 changes: 1 addition & 1 deletion Extension/api/chrome/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
for (var i = 0; i < enabledFilters.length; i++) {
var filter = enabledFilters[i];
if (filterIds.indexOf(filter.filterId) < 0) {
adguard.filters.disableFilter(filter.filterId);
adguard.filters.disableFilters([filter.filterId]);
}
}
callback();
Expand Down
Loading

0 comments on commit 0fc34ad

Please sign in to comment.