Skip to content

Commit

Permalink
dta-2: filter gen failed
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Mar 15, 2016
1 parent 8ce41d7 commit adc4bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/services.js
Expand Up @@ -133,7 +133,7 @@ AutoFilter.prototype = {
f = FilterManager.create("AntiContainer", "anticontainer", true, 1);
prefs.setExt("anticontainer.filterid", f.id || f);
try {
f = FilterManager.getFilter(f);
f = FilterManager.getFilter(f || f.id);
}
catch (ex) {
Cu.reportError("reload wait");
Expand Down

0 comments on commit adc4bc8

Please sign in to comment.