mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review re #26
This commit is contained in:
parent
ba31014503
commit
e6793c1fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue