mirror of https://github.com/gorhill/uBlock.git
code review re #26
This commit is contained in:
parent
ba31014503
commit
e6793c1fdb
|
@ -604,7 +604,7 @@ PageStore.prototype.getNetFilteringSwitch = function() {
|
|||
|
||||
PageStore.prototype.getCosmeticFilteringSwitch = function() {
|
||||
return this.getNetFilteringSwitch() === false ||
|
||||
this.skipCosmeticFiltering == false;
|
||||
this.skipCosmeticFiltering === false;
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue